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

Returns the current state of the specified instances registered with the specified load balancer. If no instances are specified, the state of all the instances registered with the load balancer is returned.

NOTE: You must provide the same account credentials as those that were used to create the load balancer.

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



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

DescribeInstanceHealthRequest(String)
Constructs a new DescribeInstanceHealthRequest 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.)
Instances
A list of instance IDs whose states are being queried.

LoadBalancerName
The name of the load balancer.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithInstances(array<Instance>[]()[][]) Obsolete.
Adds elements to the Instances collection

WithInstances(IEnumerable<(Of <<'(Instance>)>>)) Obsolete.
Adds elements to the Instances collection

WithLoadBalancerName(String) Obsolete.
Sets the LoadBalancerName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeInstanceHealthRequest
See Also

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