Partager via


ElasticPoolsOperationsExtensions.ListByServerNext Méthode

Définition

Obtient tous les pools élastiques d’un serveur.

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)

Paramètres

operations
IElasticPoolsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à