Container for the parameters to the ConfigureHealthCheck operation.
Namespace: Amazon.ElasticLoadBalancing.ModelEnables the client to define an application healthcheck for the instances.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ConfigureHealthCheckRequest : AmazonWebServiceRequest
Public Class ConfigureHealthCheckRequest _ Inherits AmazonWebServiceRequest
public ref class ConfigureHealthCheckRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| 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) | (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 LoadBalancer. This name must be unique within the client AWS account.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithHealthCheck(HealthCheck) |
Sets the HealthCheck property
| |
| WithLoadBalancerName(String) |
Sets the LoadBalancerName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..ConfigureHealthCheckRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..ConfigureHealthCheckRequest