Compartir a través de


ElasticPoolsOperationsExtensions.ListByServerNext Método

Definición

Obtiene todos los grupos elásticos de un servidor.

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)

Parámetros

operations
IElasticPoolsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a