Delen via


IDataSyncOperations.GetCreateOrUpdateSyncAgentOperationStatusAsync Method

Definition

Get the status of a sync agent create operation.

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

Parameters

operationStatusLink
String

Location value returned by the Begin operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represent the response of create or update a sync agent.

Applies to