Amazon.ElasticLoadBalancing.Model.HealthCheck.HealthCheck C# (CSharp) Метод

HealthCheck() публичный Метод

Default constructor for a new HealthCheck object. Callers should use the properties to initialize this object after creating it.
public HealthCheck ( ) : System
Результат System
        public HealthCheck() {}
    

Same methods

HealthCheck::HealthCheck ( string target, int interval, int timeout, int unhealthyThreshold, int healthyThreshold ) : System