ReplicationLinkOperationsExtensions.GetReplicationLinkOperationStatus 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.
Gets the status of an Azure SQL Database replication link failover operation.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ReplicationLinkFailoverResponse GetReplicationLinkOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IReplicationLinkOperations operations, string operationStatusLink);
static member GetReplicationLinkOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IReplicationLinkOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ReplicationLinkFailoverResponse
<Extension()>
Public Function GetReplicationLinkOperationStatus (operations As IReplicationLinkOperations, operationStatusLink As String) As 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.