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

MigrationDbState Struct

Definition

Migration db state of an individual database.

public readonly struct MigrationDbState : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.MigrationDbState>
type MigrationDbState = struct
Public Structure MigrationDbState
Implements IEquatable(Of MigrationDbState)
Inheritance
MigrationDbState
Implements

Constructors

MigrationDbState(String)

Initializes a new instance of MigrationDbState.

Properties

Canceled

Canceled.

Canceling

Canceling.

Failed

Failed.

InProgress

InProgress.

Succeeded

Succeeded.

WaitingForCutoverTrigger

WaitingForCutoverTrigger.

Methods

Equals(MigrationDbState)

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(MigrationDbState, MigrationDbState)

Determines if two MigrationDbState values are the same.

Implicit(String to MigrationDbState)

Converts a String to a MigrationDbState.

Inequality(MigrationDbState, MigrationDbState)

Determines if two MigrationDbState values are not the same.

Applies to