Container for the parameters to the DescribeLoadBalancerPolicyTypes operation.

Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load Balancing service. The policy types that are returned from this action can be used in a CreateLoadBalancerPolicy action to instantiate specific policy configurations that will be applied to an Elastic 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 DescribeLoadBalancerPolicyTypesRequest : AmazonWebServiceRequest
Public Class DescribeLoadBalancerPolicyTypesRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeLoadBalancerPolicyTypesRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeLoadBalancerPolicyTypesRequest()()()()
Initializes a new instance of the DescribeLoadBalancerPolicyTypesRequest 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.)
PolicyTypeNames
Specifies the name of the policy types. If no names are specified, returns the description of all the policy types defined by Elastic Load Balancing service.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithPolicyTypeNames(IEnumerable<(Of <<'(String>)>>))
Adds elements to the PolicyTypeNames collection
WithPolicyTypeNames(array<String>[]()[][])
Adds elements to the PolicyTypeNames collection

Inheritance Hierarchy

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

See Also