Compartilhar via


RecoverableManagedDatabasesOperationsExtensions.ListByInstanceNextAsync Método

Definição

Obtém uma lista de bancos de dados gerenciados recuperáveis.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.RecoverableManagedDatabase>> ListByInstanceNextAsync (this Microsoft.Azure.Management.Sql.IRecoverableManagedDatabasesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByInstanceNextAsync : Microsoft.Azure.Management.Sql.IRecoverableManagedDatabasesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.RecoverableManagedDatabase>>
<Extension()>
Public Function ListByInstanceNextAsync (operations As IRecoverableManagedDatabasesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RecoverableManagedDatabase))

Parâmetros

operations
IRecoverableManagedDatabasesOperations

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.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a