Class QueryPerformanceInsightResetDataResultState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<QueryPerformanceInsightResetDataResultState>
-
- com.azure.resourcemanager.mysql.models.QueryPerformanceInsightResetDataResultState
-
public final class QueryPerformanceInsightResetDataResultState extends com.azure.core.util.ExpandableStringEnum<QueryPerformanceInsightResetDataResultState>
Defines values for QueryPerformanceInsightResetDataResultState.
-
-
Field Summary
Fields Modifier and Type Field Description static QueryPerformanceInsightResetDataResultStateFAILEDStatic value Failed for QueryPerformanceInsightResetDataResultState.static QueryPerformanceInsightResetDataResultStateSUCCEEDEDStatic value Succeeded for QueryPerformanceInsightResetDataResultState.
-
Constructor Summary
Constructors Constructor Description QueryPerformanceInsightResetDataResultState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QueryPerformanceInsightResetDataResultStatefromString(String name)Creates or finds a QueryPerformanceInsightResetDataResultState from its string representation.static Collection<QueryPerformanceInsightResetDataResultState>values()
-
-
-
Field Detail
-
SUCCEEDED
public static final QueryPerformanceInsightResetDataResultState SUCCEEDED
Static value Succeeded for QueryPerformanceInsightResetDataResultState.
-
FAILED
public static final QueryPerformanceInsightResetDataResultState FAILED
Static value Failed for QueryPerformanceInsightResetDataResultState.
-
-
Method Detail
-
fromString
public static QueryPerformanceInsightResetDataResultState fromString(String name)
Creates or finds a QueryPerformanceInsightResetDataResultState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding QueryPerformanceInsightResetDataResultState.
-
values
public static Collection<QueryPerformanceInsightResetDataResultState> values()
- Returns:
- known QueryPerformanceInsightResetDataResultState values.
-
-