共用方式為


InstancePoolsOperationsExtensions.ListNext Method

Definition

Gets a list of all instance pools in the subscription.

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

Parameters

operations
IInstancePoolsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to