MigrationOperation 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.
Migration Operation represents various confirm operation that is allowed on an imported volume container
public enum MigrationOperation
type MigrationOperation =
Public Enum MigrationOperation
- Inheritance
-
MigrationOperation
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Represents a No operation |
Commit | 1 | Commit associated the volume container to the target device permanently |
Rollback | 2 | Rollback cleans-up the changes done by migration and reverts the volume container to a state prior to migration |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET