MigrationDbState Struct

Definition

Migration state of a 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

Migration has been canceled for the database.

Canceling

Migration is being canceled for the database.

Failed

Migration has failed for the database.

InProgress

Migration is in progress for the database.

Succeeded

Migration has succeeded for the database.

WaitingForCutoverTrigger

Migration is waiting for cutover trigger for the database.

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.

Implicit(String to Nullable<MigrationDbState>)
Inequality(MigrationDbState, MigrationDbState)

Determines if two MigrationDbState values are not the same.

Applies to