Aracılığıyla paylaş


TopQueryStatisticsOperationsExtensions.ListByServerNext Method

Definition

Retrieve the Query-Store top queries for specified metric and aggregation.

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)

Parameters

operations
ITopQueryStatisticsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to