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.

Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DescribeLoadBalancersRequest : AmazonWebServiceRequest
Public Class DescribeLoadBalancersRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeLoadBalancersRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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 names associated with the LoadBalancers at creation time.
Marker
An optional parameter reserved for future use.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithLoadBalancerNames(IEnumerable<(Of <<'(String>)>>))
Adds elements to the LoadBalancerNames collection
WithLoadBalancerNames(array<String>[]()[][])
Adds elements to the LoadBalancerNames collection
WithMarker(String)
Sets the Marker property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticLoadBalancing.Model..::..DescribeLoadBalancersRequest

See Also