Share via


ManagedInstancesOperationsExtensions.ListByManagedInstanceNext Method

Definition

Get top resource consuming queries of a managed instance.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.TopQueries> ListByManagedInstanceNext (this Microsoft.Azure.Management.Sql.IManagedInstancesOperations operations, string nextPageLink);
static member ListByManagedInstanceNext : Microsoft.Azure.Management.Sql.IManagedInstancesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.TopQueries>
<Extension()>
Public Function ListByManagedInstanceNext (operations As IManagedInstancesOperations, nextPageLink As String) As IPage(Of TopQueries)

Parameters

operations
IManagedInstancesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to