The PolicyDescription data type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class PolicyDescription
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PolicyDescription()()()() | Initializes a new instance of the PolicyDescription 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.) | 
|  | PolicyAttributeDescriptions | 
            A list of policy attribute description structures.
             
             | 
|  | PolicyName | 
            The name of the policy associated with the load balancer.
             
             | 
|  | PolicyTypeName | 
            The name of the policy type associated with the load balancer.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithPolicyAttributeDescriptions(array<PolicyAttributeDescription>[]()[][]) | Obsolete. 
            Adds elements to the PolicyAttributeDescriptions collection
             | 
|  | WithPolicyAttributeDescriptions(IEnumerable<(Of <<'(PolicyAttributeDescription>)>>)) | Obsolete. 
            Adds elements to the PolicyAttributeDescriptions collection
             | 
|  | WithPolicyName(String) | Obsolete. 
            Sets the PolicyName property
             | 
|  | WithPolicyTypeName(String) | Obsolete. 
            Sets the PolicyTypeName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PolicyDescription |