C# 클래스 Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthRequest

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.

상속: AmazonElasticLoadBalancingRequest
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DescribeInstanceHealthRequest ( ) : System

Default constructor for a new DescribeInstanceHealthRequest object. Callers should use the properties to initialize this object after creating it.

DescribeInstanceHealthRequest ( string loadBalancerName ) : System

Constructs a new DescribeInstanceHealthRequest object. Callers should use the properties initialize any additional object members.

비공개 메소드들

메소드 설명
IsSetInstances ( ) : bool
IsSetLoadBalancerName ( ) : bool

메소드 상세

DescribeInstanceHealthRequest() 공개 메소드

Default constructor for a new DescribeInstanceHealthRequest object. Callers should use the properties to initialize this object after creating it.
public DescribeInstanceHealthRequest ( ) : System
리턴 System

DescribeInstanceHealthRequest() 공개 메소드

Constructs a new DescribeInstanceHealthRequest object. Callers should use the properties initialize any additional object members.
public DescribeInstanceHealthRequest ( string loadBalancerName ) : System
loadBalancerName string The name of the load balancer.
리턴 System