DataSyncOperationsExtensions.GetCreateOrUpdateSyncAgentOperationStatus 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 a sync agent create operation.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentCreateOrUpdateResponse GetCreateOrUpdateSyncAgentOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IDataSyncOperations operations, string operationStatusLink);
static member GetCreateOrUpdateSyncAgentOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IDataSyncOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentCreateOrUpdateResponse
<Extension()>
Public Function GetCreateOrUpdateSyncAgentOperationStatus (operations As IDataSyncOperations, operationStatusLink As String) As 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.