DatabaseOperationPhase 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.
The operation phase.
public readonly struct DatabaseOperationPhase : IEquatable<Azure.ResourceManager.Sql.Models.DatabaseOperationPhase>
type DatabaseOperationPhase = struct
Public Structure DatabaseOperationPhase
Implements IEquatable(Of DatabaseOperationPhase)
- Inheritance
-
DatabaseOperationPhase
- Implements
Constructors
DatabaseOperationPhase(String) |
Initializes a new instance of DatabaseOperationPhase. |
Properties
Catchup |
Catchup. |
Copying |
Copying. |
CutoverInProgress |
CutoverInProgress. |
WaitingForCutover |
WaitingForCutover. |
Methods
Equals(DatabaseOperationPhase) |
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(DatabaseOperationPhase, DatabaseOperationPhase) |
Determines if two DatabaseOperationPhase values are the same. |
Implicit(String to DatabaseOperationPhase) |
Converts a string to a DatabaseOperationPhase. |
Inequality(DatabaseOperationPhase, DatabaseOperationPhase) |
Determines if two DatabaseOperationPhase values are not the same. |
Applies to
Azure SDK for .NET