Share via


DataSyncOperationsExtensions.GetUpdateSyncMemberOperationStatus Method

Definition

Get the status of a sync member create operation.

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

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 member.

Applies to