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