Share via


SyncAgentsOperationsExtensions.ListByServerNext Method

Definition

Lists sync agents in a server.

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

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