Compartir a través de


SyncAgentsOperationsExtensions.ListByServer 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> ListByServer (this Microsoft.Azure.Management.Sql.ISyncAgentsOperations operations, string resourceGroupName, string serverName);
static member ListByServer : Microsoft.Azure.Management.Sql.ISyncAgentsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SyncAgent>
<Extension()>
Public Function ListByServer (operations As ISyncAgentsOperations, resourceGroupName As String, serverName As String) As IPage(Of SyncAgent)

Parámetros

operations
ISyncAgentsOperations

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

resourceGroupName
String

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName
String

Nombre del servidor en el que se hospeda el agente de sincronización.

Devoluciones

Se aplica a