Compartilhar via


TopQueryStatisticsOperationsExtensions.ListByServerAsync Método

Definição

Recupere as Query-Store principais consultas para métrica e agregação especificadas.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryStatistic>> ListByServerAsync (this Microsoft.Azure.Management.MySQL.ITopQueryStatisticsOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.MySQL.Models.TopQueryStatisticsInput parameters, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerAsync : Microsoft.Azure.Management.MySQL.ITopQueryStatisticsOperations * string * string * Microsoft.Azure.Management.MySQL.Models.TopQueryStatisticsInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryStatistic>>
<Extension()>
Public Function ListByServerAsync (operations As ITopQueryStatisticsOperations, resourceGroupName As String, serverName As String, parameters As TopQueryStatisticsInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of QueryStatistic))

Parâmetros

operations
ITopQueryStatisticsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serverName
String

O nome do servidor.

parameters
TopQueryStatisticsInput

Os parâmetros necessários para recuperar as principais estatísticas de consulta.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a