Share via


SyncAgentsOperationsExtensions.ListLinkedDatabasesNext Method

Definition

Lists databases linked to a sync agent.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SyncAgentLinkedDatabase> ListLinkedDatabasesNext (this Microsoft.Azure.Management.Sql.ISyncAgentsOperations operations, string nextPageLink);
static member ListLinkedDatabasesNext : Microsoft.Azure.Management.Sql.ISyncAgentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SyncAgentLinkedDatabase>
<Extension()>
Public Function ListLinkedDatabasesNext (operations As ISyncAgentsOperations, nextPageLink As String) As 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.

Returns

Applies to