TopQueryStatisticsClient Interface
public interface TopQueryStatisticsClient
An instance of this class provides access to all the operations defined in TopQueryStatisticsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Query |
get(String resourceGroupName, String serverName, String queryStatisticId)
Retrieve the query statistic for specified identifier. |
|
abstract
Response<Query |
getWithResponse(String resourceGroupName, String serverName, String queryStatisticId, Context context)
Retrieve the query statistic for specified identifier. |
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters)
Retrieve the Query-Store top queries for specified metric and aggregation. |
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters, Context context)
Retrieve the Query-Store top queries for specified metric and aggregation. |
Method Details
get
public abstract QueryStatisticInner get(String resourceGroupName, String serverName, String queryStatisticId)
Retrieve the query statistic for specified identifier.
Parameters:
Returns:
getWithResponse
public abstract Response<QueryStatisticInner> getWithResponse(String resourceGroupName, String serverName, String queryStatisticId, Context context)
Retrieve the query statistic for specified identifier.
Parameters:
Returns:
listByServer
public abstract PagedIterable<QueryStatisticInner> listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters)
Retrieve the Query-Store top queries for specified metric and aggregation.
Parameters:
Returns:
listByServer
public abstract PagedIterable<QueryStatisticInner> listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters, Context context)
Retrieve the Query-Store top queries for specified metric and aggregation.
Parameters:
Returns: