DiskStatus Enumeration

 

Indicates the status levels of a disk.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

public enum class DiskStatus

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: