AWS SDK for .NET Documentation
ConfigureHealthCheckRequest Class
AmazonAmazon.ElasticLoadBalancing.ModelConfigureHealthCheckRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ConfigureHealthCheck operation.

Specifies the health check settings to use for evaluating the health state of your back-end instances.

For more information, see Health Check in the Elastic Load Balancing Developer Guide .

Declaration Syntax
C#
public class ConfigureHealthCheckRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ConfigureHealthCheckRequest()()()()
Default constructor for a new ConfigureHealthCheckRequest object. Callers should use the properties or fluent setter (With...) methods to initialize this object after creating it.

ConfigureHealthCheckRequest(String, HealthCheck)
Constructs a new ConfigureHealthCheckRequest object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HealthCheck
A structure containing the configuration information for the new healthcheck.

LoadBalancerName
The mnemonic name associated with the load balancer. The name must be unique within the set of load balancers associated with your AWS account.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithHealthCheck(HealthCheck) Obsolete.
Sets the HealthCheck property

WithLoadBalancerName(String) Obsolete.
Sets the LoadBalancerName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ConfigureHealthCheckRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)