RecommendedActionCurrentState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. RecommendedActionCurrentState
- com.
- com.
public final class RecommendedActionCurrentState
extends ExpandableStringEnum<RecommendedActionCurrentState>
Current state the recommended action is in. Some commonly used states are: Active -> recommended action is active and no action has been taken yet. Pending -> recommended action is approved for and is awaiting execution. Executing -> recommended action is being applied on the user database. Verifying -> recommended action was applied and is being verified of its usefulness by the system. Success -> recommended action was applied and improvement found during verification. Pending Revert -> verification found little or no improvement so recommended action is queued for revert or user has manually reverted. Reverting -> changes made while applying recommended action are being reverted on the user database. Reverted -> successfully reverted the changes made by recommended action on user database. Ignored -> user explicitly ignored/discarded the recommended action.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Recommended |
ACTIVE
Static value Active for Recommended |
static final
Recommended |
ERROR
Static value Error for Recommended |
static final
Recommended |
EXECUTING
Static value Executing for Recommended |
static final
Recommended |
EXPIRED
Static value Expired for Recommended |
static final
Recommended |
IGNORED
Static value Ignored for Recommended |
static final
Recommended |
MONITORING
Static value Monitoring for Recommended |
static final
Recommended |
PENDING
Static value Pending for Recommended |
static final
Recommended |
PENDING_REVERT
Static value Pending |
static final
Recommended |
RESOLVED
Static value Resolved for Recommended |
static final
Recommended |
REVERTED
Static value Reverted for Recommended |
static final
Recommended |
REVERTING
Static value Reverting for Recommended |
static final
Recommended |
REVERT_CANCELLED
Static value Revert |
static final
Recommended |
SUCCESS
Static value Success for Recommended |
static final
Recommended |
VERIFYING
Static value Verifying for Recommended |
Constructor Summary
Constructor | Description |
---|---|
RecommendedActionCurrentState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Recommended |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Recommended |
fromString(String name)
Creates or finds a Recommended |
static
Collection<Recommended |
values()
Gets known Recommended |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVE
public static final RecommendedActionCurrentState ACTIVE
Static value Active for RecommendedActionCurrentState.
ERROR
public static final RecommendedActionCurrentState ERROR
Static value Error for RecommendedActionCurrentState.
EXECUTING
public static final RecommendedActionCurrentState EXECUTING
Static value Executing for RecommendedActionCurrentState.
EXPIRED
public static final RecommendedActionCurrentState EXPIRED
Static value Expired for RecommendedActionCurrentState.
IGNORED
public static final RecommendedActionCurrentState IGNORED
Static value Ignored for RecommendedActionCurrentState.
MONITORING
public static final RecommendedActionCurrentState MONITORING
Static value Monitoring for RecommendedActionCurrentState.
PENDING
public static final RecommendedActionCurrentState PENDING
Static value Pending for RecommendedActionCurrentState.
PENDING_REVERT
public static final RecommendedActionCurrentState PENDING_REVERT
Static value PendingRevert for RecommendedActionCurrentState.
RESOLVED
public static final RecommendedActionCurrentState RESOLVED
Static value Resolved for RecommendedActionCurrentState.
REVERTED
public static final RecommendedActionCurrentState REVERTED
Static value Reverted for RecommendedActionCurrentState.
REVERTING
public static final RecommendedActionCurrentState REVERTING
Static value Reverting for RecommendedActionCurrentState.
REVERT_CANCELLED
public static final RecommendedActionCurrentState REVERT_CANCELLED
Static value RevertCancelled for RecommendedActionCurrentState.
SUCCESS
public static final RecommendedActionCurrentState SUCCESS
Static value Success for RecommendedActionCurrentState.
VERIFYING
public static final RecommendedActionCurrentState VERIFYING
Static value Verifying for RecommendedActionCurrentState.
Constructor Details
RecommendedActionCurrentState
@Deprecated
public RecommendedActionCurrentState()
Deprecated
Creates a new instance of RecommendedActionCurrentState value.
Method Details
fromString
public static RecommendedActionCurrentState fromString(String name)
Creates or finds a RecommendedActionCurrentState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known RecommendedActionCurrentState values.
Returns:
Applies to
Azure SDK for Java