WaitStatisticsOperationsExtensions.ListByServerNext Method

Definition

Retrieve wait statistics for specified aggregation window.

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

Parameters

operations
IWaitStatisticsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to