共用方式為


UsagesOperationsExtensions.ListByInstancePoolNext Method

Definition

Gets all instance pool usage metrics

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

Parameters

operations
IUsagesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to