Compartir a través de


TopQueryStatisticsOperationsExtensions.ListByServerNextAsync Método

Definición

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryStatistic>> ListByServerNextAsync (this Microsoft.Azure.Management.MySQL.ITopQueryStatisticsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerNextAsync : Microsoft.Azure.Management.MySQL.ITopQueryStatisticsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryStatistic>>
<Extension()>
Public Function ListByServerNextAsync (operations As ITopQueryStatisticsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a