AzureSqlDataSyncCommunicator.ListSyncAgents(String, String) Method

Definition

List all sync agents

public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgent> ListSyncAgents (string resourceGroupName, string serverName);
member this.ListSyncAgents : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgent>
Public Function ListSyncAgents (resourceGroupName As String, serverName As String) As IList(Of SyncAgent)

Parameters

resourceGroupName
String
serverName
String

Returns

Applies to