VirtualMachineDiskListResponse.VirtualMachineDisk.IsCorrupted Property

 

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

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

public Nullable<bool> IsCorrupted { get; set; }

Property Value

Type: System.Nullable<Boolean>

true if the disk is corrupt; otherwise, false.

Return to top
Show: