Interface QueryPerformanceInsightResetDataResult
-
public interface QueryPerformanceInsightResetDataResultAn immutable client-side representation of QueryPerformanceInsightResetDataResult.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryPerformanceInsightResetDataResultInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.QueryPerformanceInsightResetDataResultInner object.Stringmessage()Gets the message property: operation message.QueryPerformanceInsightResetDataResultStatestatus()Gets the status property: Indicates result of the operation.
-
-
-
Method Detail
-
status
QueryPerformanceInsightResetDataResultState status()
Gets the status property: Indicates result of the operation.- Returns:
- the status value.
-
message
String message()
Gets the message property: operation message.- Returns:
- the message value.
-
innerModel
QueryPerformanceInsightResetDataResultInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.QueryPerformanceInsightResetDataResultInner object.- Returns:
- the inner object.
-
-