Phase Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. Phase
- com.
- com.
public final class Phase
extends ExpandableStringEnum<Phase>
The operation phase.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Phase |
BUILDING_HYPERSCALE_COMPONENTS
Static value Building |
| static final Phase |
CATCHUP
Static value Catchup for Phase. |
| static final Phase |
COPYING
Static value Copying for Phase. |
| static final Phase |
CUTOVER_IN_PROGRESS
Static value Cutover |
| static final Phase |
LOG_TRANSITION_IN_PROGRESS
Static value Log |
| static final Phase |
WAITING_FOR_CUTOVER
Static value Waiting |
Constructor Summary
| Constructor | Description |
|---|---|
| Phase() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Phase value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Phase |
fromString(String name)
Creates or finds a Phase from its string representation. |
| static Collection<Phase> |
values()
Gets known Phase values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BUILDING_HYPERSCALE_COMPONENTS
public static final Phase BUILDING_HYPERSCALE_COMPONENTS
Static value BuildingHyperscaleComponents for Phase.
CATCHUP
public static final Phase CATCHUP
Static value Catchup for Phase.
COPYING
public static final Phase COPYING
Static value Copying for Phase.
CUTOVER_IN_PROGRESS
public static final Phase CUTOVER_IN_PROGRESS
Static value CutoverInProgress for Phase.
LOG_TRANSITION_IN_PROGRESS
public static final Phase LOG_TRANSITION_IN_PROGRESS
Static value LogTransitionInProgress for Phase.
WAITING_FOR_CUTOVER
public static final Phase WAITING_FOR_CUTOVER
Static value WaitingForCutover for Phase.
Constructor Details
Phase
@Deprecated
public Phase()
Deprecated
Creates a new instance of Phase value.
Method Details
fromString
public static Phase fromString(String name)
Creates or finds a Phase from its string representation.
Parameters:
Returns:
values
public static Collection<Phase> values()
Gets known Phase values.
Returns: