Freigeben über


TopQueryStatisticsOperationsExtensions.ListByServerNextAsync 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>> 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))

Parameter

operations
ITopQueryStatisticsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: