Share via


SyncAgentsOperationsExtensions.ListLinkedDatabasesNextAsync Method

Definition

Lists databases linked to a sync agent.

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))

Parameters

operations
ISyncAgentsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to