Compartilhar via


SyncAgentsOperationsExtensions.ListLinkedDatabasesNextAsync Método

Definição

Lista bancos de dados vinculados a um agente de sincronização.

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

Parâmetros

operations
ISyncAgentsOperations

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