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)

Inheritance Hierarchy

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

Syntax

public class AffinityGroupCreateParameters
public ref class AffinityGroupCreateParameters 
type AffinityGroupCreateParameters = class end
Public Class AffinityGroupCreateParameters

Constructors

Name Description
System_CAPS_pubmethod AffinityGroupCreateParameters()

Initializes a new instance of the AffinityGroupCreateParameters class.

System_CAPS_pubmethod AffinityGroupCreateParameters(String, String, String)

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

Properties

Name Description
System_CAPS_pubproperty Description

Gets or sets a description for the affinity group.

System_CAPS_pubproperty Label

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

System_CAPS_pubproperty Location

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

System_CAPS_pubproperty Name

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Models Namespace

Return to top