AffinityGroupCreateParameters Class
Represents the parameters that are used to create an affinity group.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
| Name | Description | |
|---|---|---|
![]() | AffinityGroupCreateParameters() | Initializes a new instance of the AffinityGroupCreateParameters class. |
![]() | AffinityGroupCreateParameters(String, String, String) | Initializes a new instance of the AffinityGroupCreateParameters class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets a description for the affinity group. |
![]() | Label | Gets or sets a base-64 encoded label for the affinity group. |
![]() | Location | Gets or sets the data center location where the affinity group should be created. |
![]() | Name | Gets or sets a name for the affinity group that is unique in the subscription. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


