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 | |
---|---|---|
AffinityGroupGetResponse() | Initializes a new instance of the AffinityGroupGetResponse class. |
Properties
Name | Description | |
---|---|---|
Capabilities | Gets or sets a list of supported operations for the affinity group. |
|
ComputeCapabilities | Optional. The compute capabilities in this affinity group. |
|
CreatedTime | Optional. The time that the affinity group was created. |
|
Description | Gets or sets the description of this affinity group. |
|
HostedServices | Gets or sets a collection of AffinityGroupGetResponse.HostedServiceReference objects that lists the cloud services that associated with the affinity group. |
|
Label | Gets or sets the base-64 encoded label of the affinity group. |
|
Location | Gets or sets the location of the data center in which the affinity group is located. |
|
Name | Gets or sets the name of the affinity group. |
|
RequestId | (Inherited from AzureOperationResponse.) |
|
StatusCode | (Inherited from HttpOperationResponse.) |
|
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 | |
---|---|---|
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