你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PostgreSqlMigrationSubState Struct

Definition

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

CancelingRequestedDBMigrations.

Completed

Completed.

CompletingMigration

CompletingMigration.

MigratingData

MigratingData.

PerformingPreRequisiteSteps

PerformingPreRequisiteSteps.

ValidationInProgress

ValidationInProgress.

WaitingForCutoverTrigger

WaitingForCutoverTrigger.

WaitingForDataMigrationScheduling

WaitingForDataMigrationScheduling.

WaitingForDataMigrationWindow

WaitingForDataMigrationWindow.

WaitingForDBsToMigrateSpecification

WaitingForDBsToMigrateSpecification.

WaitingForLogicalReplicationSetupRequestOnSourceDB

WaitingForLogicalReplicationSetupRequestOnSourceDB.

WaitingForTargetDBOverwriteConfirmation

WaitingForTargetDBOverwriteConfirmation.

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 PostgreSqlMigrationSubState)

Converts a String to a PostgreSqlMigrationSubState.

Inequality(PostgreSqlMigrationSubState, PostgreSqlMigrationSubState)

Determines if two PostgreSqlMigrationSubState values are not the same.

Applies to