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