DataSyncOperationsExtensions.GetDeleteSyncAgentOperationStatus Method

Definition

Get the status of a sync agent delete operation.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.DataSyncOperationResponse GetDeleteSyncAgentOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IDataSyncOperations operations, string operationStatusLink);
static member GetDeleteSyncAgentOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IDataSyncOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.DataSyncOperationResponse
<Extension()>
Public Function GetDeleteSyncAgentOperationStatus (operations As IDataSyncOperations, operationStatusLink As String) As DataSyncOperationResponse

Parameters

operations
IDataSyncOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation.

Returns

Response for long running operations.

Applies to