InitializeDiskStepId Enumeration
Indicates the steps of the add disk operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum InitializeDiskStepId
public enum class InitializeDiskStepId
Public Enumeration InitializeDiskStepId
Members
Member name | Description | |
---|---|---|
CreateDrives | Indicates that the drive is being added. |
|
CreateFoldersLocation | Indicates that a folder location is created on the disk. |
|
Finalize | Indicates that the final checks are being performed. |
|
Initialize | Indicates that the disk is being initialized. |
|
InitializeDisk | Indicates that the disk is being initialized. |
|
Pending | Indicates that the initialization process has not started. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top