MigrationDbState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET