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)
Syntax
public Nullable<bool> IsCorrupted { get; set; }
public:
property Nullable<bool> IsCorrupted {
Nullable<bool> get();
void set(Nullable<bool> value);
}
member IsCorrupted : Nullable<bool> with get, set
Public Property IsCorrupted As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
true if the disk is corrupt; otherwise, false.
See Also
VirtualMachineDiskListResponse.VirtualMachineDisk Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top