DataSyncOperationsExtensions.GetInvokeSyncHubSchemaRefreshOperationStatusAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the status of refreshing the sync schema of a hub database operation.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DataSyncOperationResponse> GetInvokeSyncHubSchemaRefreshOperationStatusAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IDataSyncOperations operations, string operationStatusLink);
static member GetInvokeSyncHubSchemaRefreshOperationStatusAsync : Microsoft.Azure.Management.Sql.LegacySdk.IDataSyncOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DataSyncOperationResponse>
<Extension()>
Public Function GetInvokeSyncHubSchemaRefreshOperationStatusAsync (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.