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

Container for the parameters to the DescribeLoadBalancers operation.

Returns detailed configuration information for the specified LoadBalancers. If no LoadBalancers are specified, the operation returns configuration information for all LoadBalancers created by the caller.

NOTE: The client must have created the specified input LoadBalancers in order to retrieve this information; the client must provide the same account credentials as those that were used to create the LoadBalancer.

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

공개 메소드들

메소드 설명
DescribeLoadBalancersRequest ( ) : System

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

DescribeLoadBalancersRequest ( List loadBalancerNames ) : System

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

비공개 메소드들

메소드 설명
IsSetLoadBalancerNames ( ) : bool
IsSetMarker ( ) : bool

메소드 상세

DescribeLoadBalancersRequest() 공개 메소드

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

DescribeLoadBalancersRequest() 공개 메소드

Constructs a new DescribeLoadBalancersRequest object. Callers should use the properties initialize any additional object members.
public DescribeLoadBalancersRequest ( List loadBalancerNames ) : System
loadBalancerNames List A list of load balancer names associated with the account.
리턴 System