Uses of Class
com.azure.resourcemanager.mariadb.models.QueryPerformanceInsightResetDataResultState
Package
Description
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of QueryPerformanceInsightResetDataResultState in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionQueryPerformanceInsightResetDataResultInner.status()
Get the status property: Indicates result of the operation.Modifier and TypeMethodDescriptionQueryPerformanceInsightResetDataResultInner.withStatus
(QueryPerformanceInsightResetDataResultState status) Set the status property: Indicates result of the operation. -
Uses of QueryPerformanceInsightResetDataResultState in com.azure.resourcemanager.mariadb.models
Modifier and TypeFieldDescriptionstatic final QueryPerformanceInsightResetDataResultState
QueryPerformanceInsightResetDataResultState.FAILED
Static value Failed for QueryPerformanceInsightResetDataResultState.static final QueryPerformanceInsightResetDataResultState
QueryPerformanceInsightResetDataResultState.SUCCEEDED
Static value Succeeded for QueryPerformanceInsightResetDataResultState.Modifier and TypeMethodDescriptionQueryPerformanceInsightResetDataResultState.fromString
(String name) Creates or finds a QueryPerformanceInsightResetDataResultState from its string representation.QueryPerformanceInsightResetDataResult.status()
Gets the status property: Indicates result of the operation.Modifier and TypeMethodDescriptionQueryPerformanceInsightResetDataResultState.values()
Gets known QueryPerformanceInsightResetDataResultState values.