QueryPerformanceInsightResetDataResult Interface

public interface QueryPerformanceInsightResetDataResult

An immutable client-side representation of QueryPerformanceInsightResetDataResult.

Method Summary

Modifier and Type Method and Description
abstract QueryPerformanceInsightResetDataResultInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.QueryPerformanceInsightResetDataResultInner object.

abstract String message()

Gets the message property: operation message.

abstract QueryPerformanceInsightResetDataResultState status()

Gets the status property: Indicates result of the operation.

Method Details

innerModel

public abstract QueryPerformanceInsightResetDataResultInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.QueryPerformanceInsightResetDataResultInner object.

Returns:

the inner object.

message

public abstract String message()

Gets the message property: operation message.

Returns:

the message value.

status

public abstract QueryPerformanceInsightResetDataResultState status()

Gets the status property: Indicates result of the operation.

Returns:

the status value.

Applies to