Share via


VirtualMachineDiskGetDiskResponse Members

Represents an operating system disk.

The following tables list the members exposed by the VirtualMachineDiskGetDiskResponse type.

Public Constructors

  Name Description
  VirtualMachineDiskGetDiskResponse Initializes a new instance of the VirtualMachineDiskGetDiskResponse class.

Top

Public Properties

  Name Description
public property AffinityGroup Gets or sets the name of the affinity group in which the disk is located.
public property IsCorrupted Gets or sets whether the disk is known to be corrupt.
public property IsPremium Gets or sets whether the image contained on the disk is a premium image.
public property Label Gets or sets the description of the disk.
public property Location Gets or sets the geo-location in which the disk is located.
public property LogicalSizeInGB Gets or sets the size, in GB, of the disk.
public property MediaLinkUri Gets or sets the location of the VHD file that is created when SourceImageName specifies a platform image.
public property Name Gets or sets the name of the disk.
public property OperatingSystemType Gets or sets the type of operating system type on the disk.
public property RequestId  Gets the identifier of the request that was made to the service. (Inherited from OperationResponse)
public property SourceImageName Gets or sets the name of the image to use to create the Virtual Machine.
public property StatusCode  Gets the status code. (Inherited from OperationResponse)
public property UsageDetails Gets or sets an VirtualMachineDiskUsageDetails object the defines the how the disk is currently being used.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

VirtualMachineDiskGetDiskResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace