Class RecommendedActionCurrentState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RecommendedActionCurrentState>
com.azure.resourcemanager.sql.models.RecommendedActionCurrentState
public final class RecommendedActionCurrentState
extends com.azure.core.util.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
FieldsModifier and TypeFieldDescriptionstatic final RecommendedActionCurrentStateStatic value Active for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value Error for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value Executing for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value Expired for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value Ignored for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value Monitoring for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value Pending for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value PendingRevert for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value Resolved for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value RevertCancelled for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value Reverted for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value Reverting for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value Success for RecommendedActionCurrentState.static final RecommendedActionCurrentStateStatic value Verifying for RecommendedActionCurrentState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a RecommendedActionCurrentState from its string representation.values()Gets known RecommendedActionCurrentState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ACTIVE
Static value Active for RecommendedActionCurrentState. -
PENDING
Static value Pending for RecommendedActionCurrentState. -
EXECUTING
Static value Executing for RecommendedActionCurrentState. -
VERIFYING
Static value Verifying for RecommendedActionCurrentState. -
PENDING_REVERT
Static value PendingRevert for RecommendedActionCurrentState. -
REVERT_CANCELLED
Static value RevertCancelled for RecommendedActionCurrentState. -
REVERTING
Static value Reverting for RecommendedActionCurrentState. -
REVERTED
Static value Reverted for RecommendedActionCurrentState. -
IGNORED
Static value Ignored for RecommendedActionCurrentState. -
EXPIRED
Static value Expired for RecommendedActionCurrentState. -
MONITORING
Static value Monitoring for RecommendedActionCurrentState. -
RESOLVED
Static value Resolved for RecommendedActionCurrentState. -
SUCCESS
Static value Success for RecommendedActionCurrentState. -
ERROR
Static value Error for RecommendedActionCurrentState.
-
-
Constructor Details
-
RecommendedActionCurrentState
public RecommendedActionCurrentState()
-
-
Method Details
-
fromString
Creates or finds a RecommendedActionCurrentState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RecommendedActionCurrentState.
-
values
Gets known RecommendedActionCurrentState values.- Returns:
- known RecommendedActionCurrentState values.
-