AffinityGroupCreateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Create Affinity Group operation.
public class AffinityGroupCreateParameters
type AffinityGroupCreateParameters = class
Public Class AffinityGroupCreateParameters
- Inheritance
-
AffinityGroupCreateParameters
Constructors
AffinityGroupCreateParameters() |
Initializes a new instance of the AffinityGroupCreateParameters class. |
AffinityGroupCreateParameters(String, String, String) |
Initializes a new instance of the AffinityGroupCreateParameters class with required arguments. |
Properties
Description |
Optional. A description for the affinity group. The description can be up to 1024 characters in length. |
Label |
Required. A base-64-encoded name for the affinity group. The name can be up to 100 characters in length. Its value defaults to the Name of the affinity group if not provided. |
Location |
Required. The data center location where the affinity group will be created. To list available locations, see the List Locations operation. |
Name |
Required. A name for the affinity group that is unique to the subscription. |