DiskStatus Enumeration
Indicates the status levels of a disk.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum DiskStatus
public enum class DiskStatus
Public Enumeration DiskStatus
Members
Member name | Description | |
---|---|---|
Data | Indicates that the disk is used for storing data. |
|
Healthy | Indicates that the disk is healthy. |
|
ObjectDeleted | Indicates that the disk has been deleted. |
|
ServerBackup | Indicates that the disk is used for server backup. |
|
ServerBackupOffline | Indicates that the disk used for server backup is offline. |
|
Unallocated | Indicates that the disk is not initialized or has no partitions. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top