AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.

Namespace: Amazon.ElasticLoadBalancing
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual DescribeInstanceHealthResponse DescribeInstanceHealth(
         DescribeInstanceHealthRequest request
)

Parameters

request
Type: Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthRequest

Container for the necessary parameters to execute the DescribeInstanceHealth service method.

Return Value
Type: Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthResponse
The response from the DescribeInstanceHealth service method, as returned by ElasticLoadBalancing.

Exceptions

ExceptionCondition
AccessPointNotFoundException The specified load balancer does not exist.
InvalidEndPointException The specified endpoint is not valid.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5