Sdílet prostřednictvím


AzureSqlDataSyncAdapter.GetSyncGroup(String, String, String, String) Method

Definition

Gets a sync group by name

public Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel GetSyncGroup (string resourceGroupName, string serverName, string databaseName, string syncGroupName);
member this.GetSyncGroup : string * string * string * string -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel
Public Function GetSyncGroup (resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String) As AzureSqlSyncGroupModel

Parameters

resourceGroupName
String

The resource group the sync group is in

serverName
String

The name of the server

databaseName
String

The name of the database

syncGroupName
String

The name of the sync group

Returns

The sync group object

Applies to