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 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