Share via


ElasticPoolsOperationsExtensions.ListByServerNext Method

Definition

Gets all elastic pools in a server.

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

Parameters

operations
IElasticPoolsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to