Container for the parameters to the DescribeLoadBalancers operation.
Namespace: Amazon.ElasticLoadBalancing.ModelReturns 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.
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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..DescribeLoadBalancersRequest