MigrationDataContainerConfirmStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Volume container confirmation status
public enum MigrationDataContainerConfirmStatus
type MigrationDataContainerConfirmStatus =
Public Enum MigrationDataContainerConfirmStatus
- Inheritance
-
MigrationDataContainerConfirmStatus
Fields
Name | Value | Description |
---|---|---|
MigrationNotStarted | 0 | Status indicates that the volume container migration has not started |
MigrationInProgress | 1 | Status indicates that the migration of volume container is in progress |
MigrationComplete | 2 | Status indicates that the migration of volume container has completed |
MigrationFailed | 3 | Status indicates that the migration of volume container has failed |
CommitInProgress | 4 | Status indicates that the commit of migrated volume container is in progress |
CommitComplete | 5 | Status indicates that the migrated volume container has successfully commited |
CommitFailed | 6 | Status indicates that the commit of migrated volume container has failed |
RollbackInProgress | 7 | Status indicates that the rollback of migrated volume container is in progress |
RollbackComplete | 8 | Status indicates that the migrated volume container has successfully rolledback |
RollbackFailed | 9 | Status indicates that the rollback of migrated volume container has failed |
Applies to
Azure SDK for .NET