DataSyncOperationsExtensions.GetCreateOrUpdateSyncAgentOperationStatusAsync Method

Definition

Get the status of a sync agent create operation.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentCreateOrUpdateResponse> GetCreateOrUpdateSyncAgentOperationStatusAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IDataSyncOperations operations, string operationStatusLink);
static member GetCreateOrUpdateSyncAgentOperationStatusAsync : Microsoft.Azure.Management.Sql.LegacySdk.IDataSyncOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentCreateOrUpdateResponse>
<Extension()>
Public Function GetCreateOrUpdateSyncAgentOperationStatusAsync (operations As IDataSyncOperations, operationStatusLink As String) As Task(Of SyncAgentCreateOrUpdateResponse)

Parameters

operations
IDataSyncOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IDataSyncOperations.

operationStatusLink
String

Required. Location value returned by the Begin operation.

Returns

Represent the response of create or update a sync agent.

Applies to