AffinityGroupListResponse.AffinityGroup Class

 

Represents 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.AffinityGroupListResponse.AffinityGroup

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod AffinityGroupListResponse.AffinityGroup()

Initializes a new instance of the AffinityGroupListResponse.AffinityGroup class.

Properties

Name Description
System_CAPS_pubproperty Capabilities

Gets or sets a list of supported operations for the affinity group.

System_CAPS_pubproperty ComputeCapabilities

Optional. The compute capabilities in this affinity group.

System_CAPS_pubproperty CreatedTime

Optional. The time that the affinity group was created.

System_CAPS_pubproperty Description

Gets or sets the description of this affinity group.

System_CAPS_pubproperty Label

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

System_CAPS_pubproperty Location

Gets or sets the location of the data center in which the affinity group is located.

System_CAPS_pubproperty Name

Gets or sets the name of the affinity group.

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