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)

Inheritance Hierarchy

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

Syntax

public class VirtualMachineDisk
public ref class VirtualMachineDisk 
type VirtualMachineDisk = class end
Public Class VirtualMachineDisk

Constructors

Name Description
System_CAPS_pubmethod VirtualMachineDiskListResponse.VirtualMachineDisk()

Initializes a new instance of the VirtualMachineDiskListResponse.VirtualMachineDisk class.

Properties

Name Description
System_CAPS_pubproperty AffinityGroup

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

System_CAPS_pubproperty IOType

Optional. Gets or sets the IO type.

System_CAPS_pubproperty IsCorrupted

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

System_CAPS_pubproperty IsPremium

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

System_CAPS_pubproperty Label

Gets or sets the description of the disk.

System_CAPS_pubproperty Location

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

System_CAPS_pubproperty LogicalSizeInGB

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

System_CAPS_pubproperty MediaLinkUri

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

System_CAPS_pubproperty Name

Gets or sets the name of the disk.

System_CAPS_pubproperty OperatingSystemType

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

System_CAPS_pubproperty SourceImageName

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

System_CAPS_pubproperty UsageDetails

Gets or sets an T:Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskCreateDiskResponse.VirtualMachineDiskUsageDetails object the defines the how the disk is currently being used.

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