AWS SDK for .NET Documentation
DescribeLoadBalancerPoliciesRequest Class
AmazonAmazon.ElasticLoadBalancing.ModelDescribeLoadBalancerPoliciesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeLoadBalancerPolicies operation.

Returns detailed descriptions of the policies. If you specify a load balancer name, the action returns the descriptions of all the policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all the sample policies. The names of the sample policies have the ELBSample- prefix.

Declaration Syntax
C#
public class DescribeLoadBalancerPoliciesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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 load balancer. 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 load balancer 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) Obsolete.
Sets the LoadBalancerName property

WithPolicyNames(array<String>[]()[][]) Obsolete.
Adds elements to the PolicyNames collection

WithPolicyNames(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the PolicyNames collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeLoadBalancerPoliciesRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)