azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

108 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.models.TopQueryStatistics"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatistics"
name: "TopQueryStatistics"
nameWithType: "TopQueryStatistics"
summary: "Resource collection API of Top<wbr>Query<wbr>Statistics."
syntax: "public interface **TopQueryStatistics**"
methods:
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatistics.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatistics.get(String resourceGroupName, String serverName, String queryStatisticId)"
name: "get(String resourceGroupName, String serverName, String queryStatisticId)"
nameWithType: "TopQueryStatistics.get(String resourceGroupName, String serverName, String queryStatisticId)"
summary: "Retrieve the query statistic for specified identifier."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Query Statistic identifier."
name: "queryStatisticId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract QueryStatistic get(String resourceGroupName, String serverName, String queryStatisticId)"
desc: "Retrieve the query statistic for specified identifier."
returns:
description: "represents a Query Statistic."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.QueryStatistic?alt=com.azure.resourcemanager.mysql.models.QueryStatistic&text=QueryStatistic\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatistics.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatistics.getWithResponse(String resourceGroupName, String serverName, String queryStatisticId, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String queryStatisticId, Context context)"
nameWithType: "TopQueryStatistics.getWithResponse(String resourceGroupName, String serverName, String queryStatisticId, Context context)"
summary: "Retrieve the query statistic for specified identifier."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Query Statistic identifier."
name: "queryStatisticId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<QueryStatistic> getWithResponse(String resourceGroupName, String serverName, String queryStatisticId, Context context)"
desc: "Retrieve the query statistic for specified identifier."
returns:
description: "represents a Query Statistic along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.models.QueryStatistic?alt=com.azure.resourcemanager.mysql.models.QueryStatistic&text=QueryStatistic\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatistics.listByServer(java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput)"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatistics.listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters)"
name: "listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters)"
nameWithType: "TopQueryStatistics.listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters)"
summary: "Retrieve the Query-Store top queries for specified metric and aggregation."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The required parameters for retrieving top query statistics."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput?alt=com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput&text=TopQueryStatisticsInput\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<QueryStatistic> listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters)"
desc: "Retrieve the Query-Store top queries for specified metric and aggregation."
returns:
description: "a list of query statistics."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.models.QueryStatistic?alt=com.azure.resourcemanager.mysql.models.QueryStatistic&text=QueryStatistic\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatistics.listByServer(java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatistics.listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters, Context context)"
name: "listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters, Context context)"
nameWithType: "TopQueryStatistics.listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters, Context context)"
summary: "Retrieve the Query-Store top queries for specified metric and aggregation."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The required parameters for retrieving top query statistics."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput?alt=com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput&text=TopQueryStatisticsInput\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<QueryStatistic> listByServer(String resourceGroupName, String serverName, TopQueryStatisticsInput parameters, Context context)"
desc: "Retrieve the Query-Store top queries for specified metric and aggregation."
returns:
description: "a list of query statistics."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.models.QueryStatistic?alt=com.azure.resourcemanager.mysql.models.QueryStatistic&text=QueryStatistic\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of TopQueryStatistics."
metadata: {}
package: "com.azure.resourcemanager.mysql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2