Sdílet prostřednictvím


AzureSqlDataSyncAdapter.StopSynchronization Method

Definition

Cancel synchronization of a sync group

public void StopSynchronization (string resourceGroupName, string serverName, string databaseName, string syncGroupName);
member this.StopSynchronization : string * string * string * string -> unit
Public Sub StopSynchronization (resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String)

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

Applies to