VirtualMachineDiskListResponse::VirtualMachineDisk Class

 

Represents an operating system disk.

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

System::Object
  Microsoft.WindowsAzure.Management.Compute.Models::VirtualMachineDiskListResponse::VirtualMachineDisk

public ref class VirtualMachineDisk 

NameDescription
System_CAPS_pubmethodVirtualMachineDiskListResponse::VirtualMachineDisk()

Initializes a new instance of the VirtualMachineDiskListResponse::VirtualMachineDisk class.

NameDescription
System_CAPS_pubpropertyAffinityGroup

Gets or sets the name of the affinity group in which the disk is located.

System_CAPS_pubpropertyIOType

Optional. Gets or sets the IO type.

System_CAPS_pubpropertyIsCorrupted

Gets or sets whether the disk is known to be corrupt.

System_CAPS_pubpropertyIsPremium

Gets or sets whether the image contained on the disk is a premium image.

System_CAPS_pubpropertyLabel

Gets or sets the description of the disk.

System_CAPS_pubpropertyLocation

Gets or sets the geo-location in which the disk is located.

System_CAPS_pubpropertyLogicalSizeInGB

Gets or sets the size, in GB, of the disk.

System_CAPS_pubpropertyMediaLinkUri

Gets or sets the location of the VHD file that is created when SourceImageName specifies a platform image.

System_CAPS_pubpropertyName

Gets or sets the name of the disk.

System_CAPS_pubpropertyOperatingSystemType

Gets or sets the type of operating system type on the disk.

System_CAPS_pubpropertySourceImageName

Gets or sets the name of the image to use to create the Virtual Machine.

System_CAPS_pubpropertyUsageDetails

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: