VirtualNetworkGatewayMigrationPhase 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.
Represent the current migration phase of gateway.
public enum VirtualNetworkGatewayMigrationPhase
type VirtualNetworkGatewayMigrationPhase =
Public Enum VirtualNetworkGatewayMigrationPhase
- Inheritance
-
VirtualNetworkGatewayMigrationPhase
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | No migration phase set on gateway. |
| Prepare | 1 | Gateway is going through prepare migration or prepare has failed. Please see state and error details for more information. |
| PrepareSucceeded | 2 | Prepare succeeded on gateway. |
| Execute | 3 | Gateway is going through execute migration or execute has failed. Please see state and error details for more information. |
| ExecuteSucceeded | 4 | Execute succeeded on gateway. |
| Commit | 5 | Gateway is going through commit migration or commit has failed. Please see state and error details for more information. |
| CommitSucceeded | 6 | Commit succeeded, represent migration is complete for the gateway. |
| AbortSucceeded | 7 | Represent abort succeeded on gateway, start with prepare to retrigger migration. |
| Abort | 8 | Gateway is going through abort migration or abort has failed. Please see state and error details for more information. |