IReplicationLinkOperations Interface
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.
Represents all the operations for operating on Azure SQL Database Replication Links. Contains operations to: Delete and Retrieve replication links.
public interface IReplicationLinkOperations
type IReplicationLinkOperations = interface
Public Interface IReplicationLinkOperations
Methods
BeginFailoverAllowDataLossAsync(String, String, String, String, CancellationToken) |
Begins a forced failover of the Azure SQL Database Replication Link with the given id which may result in data loss. |
BeginFailoverAsync(String, String, String, String, CancellationToken) |
Begins failover of the Azure SQL Database Replication Link with the given id. |
DeleteAsync(String, String, String, String, CancellationToken) |
Deletes the Azure SQL Database Replication Link with the given id. |
FailoverAllowDataLossAsync(String, String, String, String, CancellationToken) |
Forces failover of the Azure SQL Database Replication Link with the given id which may result in data loss. |
FailoverAsync(String, String, String, String, CancellationToken) |
Fails over the Azure SQL Database Replication Link with the given id. |
GetAsync(String, String, String, String, CancellationToken) |
Returns information about an Azure SQL Database Replication Link. |
GetReplicationLinkOperationStatusAsync(String, CancellationToken) |
Gets the status of an Azure SQL Database replication link failover operation. |
ListAsync(String, String, String, CancellationToken) |
Returns information about Azure SQL Database Replication Links. |
Extension Methods
BeginFailover(IReplicationLinkOperations, String, String, String, String) |
Begins failover of the Azure SQL Database Replication Link with the given id. |
BeginFailoverAllowDataLoss(IReplicationLinkOperations, String, String, String, String) |
Begins a forced failover of the Azure SQL Database Replication Link with the given id which may result in data loss. |
BeginFailoverAllowDataLossAsync(IReplicationLinkOperations, String, String, String, String) |
Begins a forced failover of the Azure SQL Database Replication Link with the given id which may result in data loss. |
BeginFailoverAsync(IReplicationLinkOperations, String, String, String, String) |
Begins failover of the Azure SQL Database Replication Link with the given id. |
Delete(IReplicationLinkOperations, String, String, String, String) |
Deletes the Azure SQL Database Replication Link with the given id. |
DeleteAsync(IReplicationLinkOperations, String, String, String, String) |
Deletes the Azure SQL Database Replication Link with the given id. |
Failover(IReplicationLinkOperations, String, String, String, String) |
Fails over the Azure SQL Database Replication Link with the given id. |
FailoverAllowDataLoss(IReplicationLinkOperations, String, String, String, String) |
Forces failover of the Azure SQL Database Replication Link with the given id which may result in data loss. |
FailoverAllowDataLossAsync(IReplicationLinkOperations, String, String, String, String) |
Forces failover of the Azure SQL Database Replication Link with the given id which may result in data loss. |
FailoverAsync(IReplicationLinkOperations, String, String, String, String) |
Fails over the Azure SQL Database Replication Link with the given id. |
Get(IReplicationLinkOperations, String, String, String, String) |
Returns information about an Azure SQL Database Replication Link. |
GetAsync(IReplicationLinkOperations, String, String, String, String) |
Returns information about an Azure SQL Database Replication Link. |
GetReplicationLinkOperationStatus(IReplicationLinkOperations, String) |
Gets the status of an Azure SQL Database replication link failover operation. |
GetReplicationLinkOperationStatusAsync(IReplicationLinkOperations, String) |
Gets the status of an Azure SQL Database replication link failover operation. |
List(IReplicationLinkOperations, String, String, String) |
Returns information about Azure SQL Database Replication Links. |
ListAsync(IReplicationLinkOperations, String, String, String) |
Returns information about Azure SQL Database Replication Links. |