DataSyncOperationsExtensions.GetInvokeSyncMemberSchemaRefreshOperationStatusAsync Method

Definition

Get the status of refreshing member database schema operation.

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