Freigeben über


TopQueryStatisticsOperationsExtensions.ListByServerAsync Methode

Definition

Rufen Sie die Query-Store wichtigsten Abfragen für die angegebene Metrik und Aggregation ab.

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))

Parameter

operations
ITopQueryStatisticsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

serverName
String

Name des Servers

parameters
TopQueryStatisticsInput

Die erforderlichen Parameter zum Abrufen von Spitzenabfragestatistiken.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: