AzureSqlDataSyncCommunicator.ListSyncGroups(String, String, String) Method

Definition

List all sync groups

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

Parameters

resourceGroupName
String
serverName
String
databaseName
String

Returns

Applies to