AffinityGroupGetResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Get Affinity Group operation response.
public class AffinityGroupGetResponse : Microsoft.Azure.AzureOperationResponse
type AffinityGroupGetResponse = class
inherit AzureOperationResponse
Public Class AffinityGroupGetResponse
Inherits AzureOperationResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseAffinityGroupGetResponse
Constructors
AffinityGroupGetResponse() |
Initializes a new instance of the AffinityGroupGetResponse class. |
Properties
Capabilities |
Optional. Indicates if the virtual machine-related operations can be performed in this affinity group. If so, the string PersistentVMRole will be returned by this element. Otherwise, this element will not be present. |
ComputeCapabilities |
Optional. The compute capabilities in this affinity group. |
CreatedTime |
Optional. The time that the affinity group was created. |
Description |
Optional. The user-supplied description for this affinity group. |
HostedServices |
Optional. The hosted services associated with this affinity group. |
Label |
Optional. The user-supplied label for the affinity group, returned as a base-64-encoded string. |
Location |
Optional. The location of the data center that the affinity group is associated with. |
Name |
Optional. The user-supplied name for the affinity group. |
StorageServices |
Optional. The storage services associated with this affinity group. |
Applies to
Azure SDK for .NET