PostgreSqlMigrationState 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 state.
public enum PostgreSqlMigrationState
type PostgreSqlMigrationState =
Public Enum PostgreSqlMigrationState
- Inheritance
-
PostgreSqlMigrationState
Fields
Name | Value | Description |
---|---|---|
InProgress | 0 | InProgress. |
WaitingForUserAction | 1 | WaitingForUserAction. |
Canceled | 2 | Canceled. |
Failed | 3 | Failed. |
Succeeded | 4 | Succeeded. |