VirtualMachineDataDiskGetResponse Class

 

The Get Data Disk operation response.

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

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod VirtualMachineDataDiskGetResponse()

Initializes a new instance of the VirtualMachineDataDiskGetResponse class.

Properties

Name Description
System_CAPS_pubproperty 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.

System_CAPS_pubproperty IOType

Optional. Gets or sets the IO type.

System_CAPS_pubproperty Label

Optional. The description of the data disk.

System_CAPS_pubproperty LogicalDiskSizeInGB

Optional. The size, in GB, of the data disk.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty Name

Optional. The name of the data disk.

System_CAPS_pubproperty RequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubproperty StatusCode

(Inherited from HttpOperationResponse.)

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.Compute.Models Namespace

Return to top