Container for the parameters to the DescribeLoadBalancerPolicies operation.
Namespace: Amazon.ElasticLoadBalancing.ModelReturns detailed descriptions of the policies. If you specify a LoadBalancer name, the operation returns either the descriptions of the specified policies, or descriptions of all the policies created for the LoadBalancer. If you don't specify a LoadBalancer name, the operation returns descriptions of the specified sample policies, or descriptions of all the sample policies. The names of the sample policies have the ELBSample- prefix.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeLoadBalancerPoliciesRequest : AmazonWebServiceRequest
Public Class DescribeLoadBalancerPoliciesRequest _ Inherits AmazonWebServiceRequest
public ref class DescribeLoadBalancerPoliciesRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeLoadBalancerPoliciesRequest()()()() | Initializes a new instance of the DescribeLoadBalancerPoliciesRequest class | |
| 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.) | |
| LoadBalancerName |
The mnemonic name associated with the LoadBalancer. If no name is specified, the operation returns the attributes of either all the sample
policies pre-defined by Elastic Load Balancing or the specified sample polices.
| |
| PolicyNames |
The names of LoadBalancer policies you've created or Elastic Load Balancing sample policy names.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithLoadBalancerName(String) |
Sets the LoadBalancerName property
| |
| WithPolicyNames(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the PolicyNames collection
| |
| WithPolicyNames(array<String>[]()[][]) |
Adds elements to the PolicyNames collection
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..DescribeLoadBalancerPoliciesRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..DescribeLoadBalancerPoliciesRequest