The PolicyDescription data type.

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 PolicyDescription
Public Class PolicyDescription
public ref class PolicyDescription

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PolicyDescription()()()()
Initializes a new instance of the PolicyDescription 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.)
PolicyAttributeDescriptions
A list of policy attribute description structures.
PolicyName
The name mof the policy associated with the LoadBalancer.
PolicyTypeName
The name of the policy type associated with the LoadBalancer.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithPolicyAttributeDescriptions(array<PolicyAttributeDescription>[]()[][])
Adds elements to the PolicyAttributeDescriptions collection
WithPolicyAttributeDescriptions(IEnumerable<(Of <<'(PolicyAttributeDescription>)>>))
Adds elements to the PolicyAttributeDescriptions collection
WithPolicyName(String)
Sets the PolicyName property
WithPolicyTypeName(String)
Sets the PolicyTypeName property

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticLoadBalancing.Model..::..PolicyDescription

See Also