AffinityGroupGetResponse Class

 

Represents an affinity group.

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

Inheritance Hierarchy

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Models.AffinityGroupGetResponse

Syntax

public class AffinityGroupGetResponse : AzureOperationResponse
public ref class AffinityGroupGetResponse : AzureOperationResponse
type AffinityGroupGetResponse = 
    class
        inherit AzureOperationResponse
    end
Public Class AffinityGroupGetResponse
    Inherits AzureOperationResponse

Constructors

Name Description
System_CAPS_pubmethod AffinityGroupGetResponse()

Initializes a new instance of the AffinityGroupGetResponse 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 HostedServices

Gets or sets a collection of AffinityGroupGetResponse.HostedServiceReference objects that lists the cloud services that associated with the 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.

System_CAPS_pubproperty RequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubproperty StatusCode

(Inherited from HttpOperationResponse.)

System_CAPS_pubproperty StorageServices

Gets or sets a collection of AffinityGroupGetResponse.StorageServiceReference objects that lists the storage services that are associated with 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