TopQueryStatisticsOperationsExtensions.ListByServer Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérez les Query-Store principales requêtes pour la métrique et l’agrégation spécifiées.
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)
Paramètres
- operations
- ITopQueryStatisticsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- serverName
- String
Le nom du serveur
- parameters
- TopQueryStatisticsInput
Paramètres requis pour récupérer les principales statistiques de requête.
Retours
S’applique à
Azure SDK for .NET