Freigeben über


TopQueryStatisticsOperationsExtensions.ListByServer Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryStatistic> ListByServer (this Microsoft.Azure.Management.MySQL.ITopQueryStatisticsOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.MySQL.Models.TopQueryStatisticsInput parameters);
static member ListByServer : Microsoft.Azure.Management.MySQL.ITopQueryStatisticsOperations * string * string * Microsoft.Azure.Management.MySQL.Models.TopQueryStatisticsInput -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryStatistic>
<Extension()>
Public Function ListByServer (operations As ITopQueryStatisticsOperations, resourceGroupName As String, serverName As String, parameters As TopQueryStatisticsInput) As 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.

Gibt zurück

Gilt für: