Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the status of the drive.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum DriveStatus
public enum class DriveStatus
Public Enumeration DriveStatus
Members
Member name | Description | |
---|---|---|
Checking | Indicates that the check disk operating is running. |
|
Healthy | Indicates that the drive is healthy. |
|
ObjectDeleted | Indicates that the drive object has been deleted. |
|
Repairing | Indicates that check disk is repairing the drive. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top