Compartilhar via


DatabasesOperationsExtensions.ListByServerNext Método

Definição

Obtém uma lista de bancos de dados.

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

Parâmetros

operations
IDatabasesOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a