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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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