Amazon.ElasticLoadBalancing.Model.HealthCheck.HealthCheck C# (CSharp) Method

HealthCheck() public method

Default constructor for a new HealthCheck object. Callers should use the properties to initialize this object after creating it.
public HealthCheck ( ) : System
return System
        public HealthCheck() {}
    

Same methods

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