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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET