Dela via


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

Completed

Completed.

CompletingMigration

CompletingMigration.

MigratingData

MigratingData.

PerformingPreRequisiteSteps

PerformingPreRequisiteSteps.

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