AffinityGroupCreateParameters Class

 

Represents the parameters that are used to create an affinity group.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

System.Object
  Microsoft.WindowsAzure.Management.Models.AffinityGroupCreateParameters

Public Class AffinityGroupCreateParameters

NameDescription
System_CAPS_pubmethodAffinityGroupCreateParameters()

Initializes a new instance of the AffinityGroupCreateParameters class.

System_CAPS_pubmethodAffinityGroupCreateParameters(String, String, String)

Initializes a new instance of the AffinityGroupCreateParameters class with required arguments.

NameDescription
System_CAPS_pubpropertyDescription

Gets or sets a description for the affinity group.

System_CAPS_pubpropertyLabel

Gets or sets a base-64 encoded label for the affinity group.

System_CAPS_pubpropertyLocation

Gets or sets the data center location where the affinity group should be created.

System_CAPS_pubpropertyName

Gets or sets a name for the affinity group that is unique in the subscription.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: