Share via


ReplicationLinkOperationsExtensions.GetReplicationLinkOperationStatusAsync Method

Definition

Gets the status of an Azure SQL Database replication link failover operation.

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

Parameters

operations
IReplicationLinkOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IReplicationLinkOperations.

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure Sql Database replication failover operations.

Applies to