Container for the parameters to the DescribeLoadBalancerPolicyTypes operation.
Namespace: Amazon.ElasticLoadBalancing.ModelReturns 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.
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 |
| Member | Description | |
|---|---|---|
| DescribeLoadBalancerPolicyTypesRequest()()()() | Initializes a new instance of the DescribeLoadBalancerPolicyTypesRequest 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.) | |
| 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()()()() | (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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..DescribeLoadBalancerPolicyTypesRequest