AzureSqlDataSyncCommunicator.ListSyncAgents(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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