The PolicyTypeDescription data type.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class PolicyTypeDescription
Public Class PolicyTypeDescription
public ref class PolicyTypeDescription
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PolicyTypeDescription()()()() | Initializes a new instance of the PolicyTypeDescription class | |
| Description |
A human-readable description of the policy type.
| |
| 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.) | |
| PolicyAttributeTypeDescriptions |
The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.
| |
| PolicyTypeName |
The name of the policy type.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithDescription(String) |
Sets the Description property
| |
| WithPolicyAttributeTypeDescriptions(array<PolicyAttributeTypeDescription>[]()[][]) |
Adds elements to the PolicyAttributeTypeDescriptions collection
| |
| WithPolicyAttributeTypeDescriptions(IEnumerable<(Of <<'(PolicyAttributeTypeDescription>)>>)) |
Adds elements to the PolicyAttributeTypeDescriptions collection
| |
| WithPolicyTypeName(String) |
Sets the PolicyTypeName property
|