AWS SDK for .NET Documentation
DescribeLoadBalancersRequest Class
AmazonAmazon.ElasticLoadBalancing.ModelDescribeLoadBalancersRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeLoadBalancers operation.

Returns detailed configuration information for all the load balancers created for the account. If you specify load balancer names, the action returns configuration information of the specified load balancers.

NOTE: In order to retrieve this information, you must provide the same account credentials that was used to create the load balancer.

Declaration Syntax
C#
public class DescribeLoadBalancersRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeLoadBalancersRequest()()()()
Default constructor for a new DescribeLoadBalancersRequest object. Callers should use the properties or fluent setter (With...) methods to initialize this object after creating it.

DescribeLoadBalancersRequest(List<(Of <<'(String>)>>))
Constructs a new DescribeLoadBalancersRequest object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
LoadBalancerNames
A list of load balancer names associated with the account.

Marker
An optional parameter reserved for future use.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithLoadBalancerNames(array<String>[]()[][]) Obsolete.
Adds elements to the LoadBalancerNames collection

WithLoadBalancerNames(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the LoadBalancerNames collection

WithMarker(String) Obsolete.
Sets the Marker property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeLoadBalancersRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)