Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DescribeInstanceHealth C# (CSharp) Метод

DescribeInstanceHealth() публичный Метод

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.
/// The specified load balancer does not exist. /// /// The specified endpoint is not valid. ///
public DescribeInstanceHealth ( DescribeInstanceHealthRequest request ) : DescribeInstanceHealthResponse
request Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthRequest Container for the necessary parameters to execute the DescribeInstanceHealth service method.
Результат Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthResponse
        public DescribeInstanceHealthResponse DescribeInstanceHealth(DescribeInstanceHealthRequest request)
        {
            var marshaller = new DescribeInstanceHealthRequestMarshaller();
            var unmarshaller = DescribeInstanceHealthResponseUnmarshaller.Instance;

            return Invoke<DescribeInstanceHealthRequest,DescribeInstanceHealthResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticLoadBalancingClient