VirtualMachineDataDiskGetResponse Class
The Get Data Disk operation response.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDataDiskGetResponse
| Name | Description | |
|---|---|---|
![]() | VirtualMachineDataDiskGetResponse() | Initializes a new instance of the VirtualMachineDataDiskGetResponse class. |
| Name | Description | |
|---|---|---|
![]() | HostCaching | Optional. The current value of the platform caching behavior of data disk blob for read/write efficiency. Possible values are: None, ReadOnly, or ReadWrite. |
![]() | IOType | Optional. Gets or sets the IO type. |
![]() | Label | Optional. The description of the data disk. |
![]() | LogicalDiskSizeInGB | Optional. The size, in GB, of the data disk. |
![]() | LogicalUnitNumber | Optional. The Logical Unit Number (LUN) for the disk. The LUN specifies the slot in which the data drive appears when mounted for usage by the virtual machine. |
![]() | MediaLinkUri | Optional. The location of the physical blob backing the data disk. The blob location is in the storage account in the subscription specified by the SubscriptionId value in the operation call. |
![]() | Name | Optional. The name of the data disk. |
![]() | RequestId | (Inherited from AzureOperationResponse.) |
![]() | StatusCode | (Inherited from HttpOperationResponse.) |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


