Uses of Class
com.azure.resourcemanager.sql.models.RecommendedActionCurrentState
Packages that use RecommendedActionCurrentState
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of RecommendedActionCurrentState in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type RecommendedActionCurrentState in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionfinal classCurrent state the recommended action is in.Fields in com.azure.resourcemanager.sql.models declared as RecommendedActionCurrentStateModifier and TypeFieldDescriptionstatic final RecommendedActionCurrentStateRecommendedActionCurrentState.ACTIVEStatic value Active for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.ERRORStatic value Error for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.EXECUTINGStatic value Executing for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.EXPIREDStatic value Expired for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.IGNOREDStatic value Ignored for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.MONITORINGStatic value Monitoring for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.PENDINGStatic value Pending for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.PENDING_REVERTStatic value PendingRevert for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.RESOLVEDStatic value Resolved for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.REVERT_CANCELLEDStatic value RevertCancelled for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.REVERTEDStatic value Reverted for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.REVERTINGStatic value Reverting for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.SUCCESSStatic value Success for RecommendedActionCurrentState.static final RecommendedActionCurrentStateRecommendedActionCurrentState.VERIFYINGStatic value Verifying for RecommendedActionCurrentState.Methods in com.azure.resourcemanager.sql.models that return RecommendedActionCurrentStateModifier and TypeMethodDescriptionRecommendedActionStateInfo.currentValue()Get the currentValue property: Current state the recommended action is in.RecommendedActionCurrentState.fromString(String name) Creates or finds a RecommendedActionCurrentState from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type RecommendedActionCurrentStateModifier and TypeMethodDescriptionRecommendedActionCurrentState.values()Gets known RecommendedActionCurrentState values.Methods in com.azure.resourcemanager.sql.models with parameters of type RecommendedActionCurrentStateModifier and TypeMethodDescriptionRecommendedActionStateInfo.withCurrentValue(RecommendedActionCurrentState currentValue) Set the currentValue property: Current state the recommended action is in.