Container for the parameters to the DescribeLoadBalancerPolicies operation.

Returns 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.

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 DescribeLoadBalancerPoliciesRequest : AmazonWebServiceRequest
Public Class DescribeLoadBalancerPoliciesRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeLoadBalancerPoliciesRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeLoadBalancerPoliciesRequest()()()()
Initializes a new instance of the DescribeLoadBalancerPoliciesRequest class
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.)
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()()()()
Returns a String that represents the current Object.
(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

See Also