IDataSyncOperations.BeginUpdateSyncGroupAsync Method

Definition

Begin updating an existing sync group with the specified parameters. To get the status of this operation, call GetUpdateSyncGroupOperationStatus.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupCreateOrUpdateResponse> BeginUpdateSyncGroupAsync (string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginUpdateSyncGroupAsync : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupCreateOrUpdateResponse>
Public Function BeginUpdateSyncGroupAsync (resourceGroupName As String, serverName As String, databaseName As String, parameters As SyncGroupCreateOrUpdateParameters, cancellationToken As CancellationToken) As Task(Of SyncGroupCreateOrUpdateResponse)

Parameters

resourceGroupName
String

Specifies the name of the resource group the sync group belongs to.

serverName
String

Specifies the Azure SQL server name.

databaseName
String

Specifies the Azure SQL database name.

parameters
SyncGroupCreateOrUpdateParameters

Specifies other parameters of updating a sync group.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represent the response of create or update a sync group.

Applies to