DataSyncOperationsExtensions.GetDeleteSyncMemberOperationStatusAsync(IDataSyncOperations, String) Method

Definition

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

Parameters

operations
IDataSyncOperations
operationStatusLink
String

Returns

Task<DataSyncOperationResponse>

Applies to