AzureSqlDataSyncCommunicator.ListSyncGroups(String, 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 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