PostgreSqlMigrationSubState Struct
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.
Substate of migration.
public readonly struct PostgreSqlMigrationSubState : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlMigrationSubState>
type PostgreSqlMigrationSubState = struct
Public Structure PostgreSqlMigrationSubState
Implements IEquatable(Of PostgreSqlMigrationSubState)
- Inheritance
-
PostgreSqlMigrationSubState
- Implements
Constructors
| Name | Description |
|---|---|
| PostgreSqlMigrationSubState(String) |
Initializes a new instance of PostgreSqlMigrationSubState. |
Properties
| Name | Description |
|---|---|
| CancelingRequestedDBMigrations |
Canceling requested database migrations. |
| Completed |
Migration completed. |
| CompletingMigration |
Completing migration. |
| MigratingData |
Migrating data. |
| PerformingPreRequisiteSteps |
Performing pre-requisite steps for migration. |
| ValidationInProgress |
Validation in progress. |
| WaitingForCutoverTrigger |
Waiting for cutover trigger. |
| WaitingForDataMigrationScheduling |
Waiting for data migration scheduling. |
| WaitingForDataMigrationWindow |
Waiting for data migration window. |
| WaitingForDBsToMigrateSpecification |
Waiting for databases to migrate specification. |
| WaitingForLogicalReplicationSetupRequestOnSourceDB |
Waiting for logical replication setup request on source database. |
| WaitingForTargetDBOverwriteConfirmation |
Waiting for target database overwrite confirmation. |
Methods
| Name | Description |
|---|---|
| Equals(PostgreSqlMigrationSubState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(PostgreSqlMigrationSubState, PostgreSqlMigrationSubState) |
Determines if two PostgreSqlMigrationSubState values are the same. |
| Implicit(String to Nullable<PostgreSqlMigrationSubState>) | |
| Implicit(String to PostgreSqlMigrationSubState) |
Converts a string to a PostgreSqlMigrationSubState. |
| Inequality(PostgreSqlMigrationSubState, PostgreSqlMigrationSubState) |
Determines if two PostgreSqlMigrationSubState values are not the same. |