InitializeStorageStepId Enumeration
Indicates the step values for the operation of initializing storage.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum InitializeStorageStepId
public enum class InitializeStorageStepId
Public Enumeration InitializeStorageStepId
Members
Member name | Description | |
---|---|---|
CreateFolders | Indicates that folders are being created. |
|
CreateFoldersLocation | Indicates that the folders location is being created. |
|
EnableShadowCopy | Indicates that shadow copy is being enabled. |
|
Finalize | Indicates that the diskset is being finalized. |
|
Initialize | Indicates that the diskset is being initialized. |
|
Pending | Indicates that the initialization process has not started. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top