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

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.

Methods

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

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