Freigeben über


ElasticPoolsOperationsExtensions.ListByServerNext Methode

Definition

Ruft alle Pools für elastische Datenbanken auf einem Server ab.

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)

Parameter

operations
IElasticPoolsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

Gibt zurück

Gilt für: