Share via


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

Name Description
MigrationDbState(String)

Initializes a new instance of MigrationDbState.

Properties

Name Description
Canceled

Canceled.

Canceling

Canceling.

Failed

Failed.

InProgress

InProgress.

Succeeded

Succeeded.

WaitingForCutoverTrigger

WaitingForCutoverTrigger.

Methods

Name Description
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

Name Description
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