Compartir a través de


SyncAgentsOperationsExtensions.ListByServerNext Método

Definición

Enumera los agentes de sincronización de un servidor.

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)

Parámetros

operations
ISyncAgentsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a