Class QueryPerformanceInsightResetDataResultState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<QueryPerformanceInsightResetDataResultState>
com.azure.resourcemanager.mariadb.models.QueryPerformanceInsightResetDataResultState
public final class QueryPerformanceInsightResetDataResultState
extends com.azure.core.util.ExpandableStringEnum<QueryPerformanceInsightResetDataResultState>
Indicates result of the operation.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QueryPerformanceInsightResetDataResultState
Static value Failed for QueryPerformanceInsightResetDataResultState.static final QueryPerformanceInsightResetDataResultState
Static value Succeeded for QueryPerformanceInsightResetDataResultState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a QueryPerformanceInsightResetDataResultState from its string representation.values()
Gets known QueryPerformanceInsightResetDataResultState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SUCCEEDED
Static value Succeeded for QueryPerformanceInsightResetDataResultState. -
FAILED
Static value Failed for QueryPerformanceInsightResetDataResultState.
-
-
Constructor Details
-
QueryPerformanceInsightResetDataResultState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of QueryPerformanceInsightResetDataResultState value.
-
-
Method Details
-
fromString
Creates or finds a QueryPerformanceInsightResetDataResultState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding QueryPerformanceInsightResetDataResultState.
-
values
Gets known QueryPerformanceInsightResetDataResultState values.- Returns:
- known QueryPerformanceInsightResetDataResultState values.
-
fromString(String)
factory method.