AzureSqlDataSyncCommunicator.ListSyncAgentLinkedDatabases 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.
Lists all databases connected by a given sync agent
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentLinkedDatabase> ListSyncAgentLinkedDatabases (string resourceGroupName, string serverName, string syncAgentName);
member this.ListSyncAgentLinkedDatabases : string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentLinkedDatabase>
Public Function ListSyncAgentLinkedDatabases (resourceGroupName As String, serverName As String, syncAgentName As String) As IList(Of SyncAgentLinkedDatabase)
Parameters
- resourceGroupName
- String
- serverName
- String
- syncAgentName
- String