MigrationMode 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 Mode.
public enum MigrationMode
type MigrationMode =
Public Enum MigrationMode
- Inheritance
-
MigrationMode
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Automatic Mode. Migration is started automatically after the Target service is up. Downtime on the Source service is also invoked automatically when the Downtime threshold is met. |
Manual | 1 | Manual Mode. Migration is not started automatically. User needs to use StartMigration Web Api partition wise to start migration. Similarly Downtime is not invoked automaticaly. User needs to use StartDowntime Web Api partition wise to start downtime. GetMigrationStatus Web Api can be used to check the current status of the migration and decide whether to invoke downtime or not. |
Applies to
Azure SDK for .NET