Sdílet prostřednictvím


PostgreSqlMigrationState Struct

Definition

Migration state.

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

Constructors

PostgreSqlMigrationState(String)

Initializes a new instance of PostgreSqlMigrationState.

Properties

Canceled

Canceled.

Failed

Failed.

InProgress

InProgress.

Succeeded

Succeeded.

WaitingForUserAction

WaitingForUserAction.

Methods

Equals(PostgreSqlMigrationState)

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

Determines if two PostgreSqlMigrationState values are the same.

Implicit(String to PostgreSqlMigrationState)

Converts a string to a PostgreSqlMigrationState.

Inequality(PostgreSqlMigrationState, PostgreSqlMigrationState)

Determines if two PostgreSqlMigrationState values are not the same.

Applies to