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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET