Compartir a través de


TopQueryStatisticsOperationsExtensions.ListByServerNext Método

Definición

Recupere la Query-Store consultas principales para la métrica y agregación especificadas.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryStatistic> ListByServerNext (this Microsoft.Azure.Management.MySQL.ITopQueryStatisticsOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.MySQL.ITopQueryStatisticsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryStatistic>
<Extension()>
Public Function ListByServerNext (operations As ITopQueryStatisticsOperations, nextPageLink As String) As IPage(Of QueryStatistic)

Parámetros

operations
ITopQueryStatisticsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a