The PolicyDescription data type.
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 |
| 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 mof the policy associated with the LoadBalancer.
| |
| PolicyTypeName |
The name of the policy type associated with the LoadBalancer.
| |
| ToString()()()() | (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
|