Share via


VirtualNetworkGatewayMigrationPhase Enum

Definition

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.

Applies to