IDataSyncOperations.GetUpdateSyncGroupOperationStatusAsync Method

Definition

Get the status of a sync group update operation.

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

Parameters

operationStatusLink
String

Location value returned by the Begin operation

cancellationToken
CancellationToken

Cancellation token.

Returns

Represent the response of create or update a sync group.

Applies to