CreateStorageSpaceStatusStepId Enumeration
Specifies the steps that track the status of CreateStorageSpace and CreateStorageSpaceAsync operations.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum CreateStorageSpaceStatusStepId
public enum class CreateStorageSpaceStatusStepId
Public Enumeration CreateStorageSpaceStatusStepId
Members
Member name | Description | |
---|---|---|
CreatePartition | Indicates that the system is creating the partition. |
|
CreateStoragePool | Indicates that the system is creating the storage pool. |
|
CreateStorageSpace | Indicates that the system is creating the storage space. |
|
Finalize | Indicates that the system is finalizing the operation. |
|
Formatting | Indicates that the system is formatting the volume. |
|
Initialize | Indicates that the operation is initializing. |
|
Pending | Indicates the operation is pending. |
|
PrepareDisk | Indicates that the system is preparing the physical disk. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top