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
| Name | Description |
|---|---|
| DatabaseOperationPhase(String) |
Initializes a new instance of DatabaseOperationPhase. |
Properties
| Name | Description |
|---|---|
| BuildingHyperscaleComponents |
BuildingHyperscaleComponents. |
| Catchup |
Catchup. |
| Copying |
Copying. |
| CutoverInProgress |
CutoverInProgress. |
| LogTransitionInProgress |
LogTransitionInProgress. |
| WaitingForCutover |
WaitingForCutover. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |