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.
Migration sub state.
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
| PostgreSqlMigrationSubState(String) |
Initializes a new instance of PostgreSqlMigrationSubState. |
Properties
| CancelingRequestedDBMigrations |
CancelingRequestedDBMigrations. |
| Completed |
Completed. |
| CompletingMigration |
CompletingMigration. |
| MigratingData |
MigratingData. |
| PerformingPreRequisiteSteps |
PerformingPreRequisiteSteps. |
| ValidationInProgress |
ValidationInProgress. |
| WaitingForCutoverTrigger |
WaitingForCutoverTrigger. |
| WaitingForDataMigrationScheduling |
WaitingForDataMigrationScheduling. |
| WaitingForDataMigrationWindow |
WaitingForDataMigrationWindow. |
| WaitingForDBsToMigrateSpecification |
WaitingForDBsToMigrateSpecification. |
| WaitingForLogicalReplicationSetupRequestOnSourceDB |
WaitingForLogicalReplicationSetupRequestOnSourceDB. |
| WaitingForTargetDBOverwriteConfirmation |
WaitingForTargetDBOverwriteConfirmation. |
Methods
| 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
| Equality(PostgreSqlMigrationSubState, PostgreSqlMigrationSubState) |
Determines if two PostgreSqlMigrationSubState values are the same. |
| Implicit(String to PostgreSqlMigrationSubState) |
Converts a String to a PostgreSqlMigrationSubState. |
| Inequality(PostgreSqlMigrationSubState, PostgreSqlMigrationSubState) |
Determines if two PostgreSqlMigrationSubState values are not the same. |