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

PostgreSqlMigrationSubState Struct

Definition

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.

Applies to