AzureSqlDataSyncCommunicator.GetSyncGroup 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.
Get a sync group
public Microsoft.Azure.Management.Sql.Models.SyncGroup GetSyncGroup (string resourceGroupName, string serverName, string databaseName, string syncGroupName);
public Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroup GetSyncGroup (string resourceGroupName, string serverName, string databaseName, string syncGroupName);
member this.GetSyncGroup : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.SyncGroup
member this.GetSyncGroup : string * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroup
Public Function GetSyncGroup (resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String) As SyncGroup
Parameters
- resourceGroupName
- String
- serverName
- String
- databaseName
- String
- syncGroupName
- String