IServerDisasterRecoveryConfigurationOperations 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 Server disaster recovery configurations. Contains operations to: Create, Retrieve, Update, Failover, and Delete.
public interface IServerDisasterRecoveryConfigurationOperations
type IServerDisasterRecoveryConfigurationOperations = interface
Public Interface IServerDisasterRecoveryConfigurationOperations
Methods
BeginCreateOrUpdateAsync(String, String, String, ServerDisasterRecoveryConfigurationCreateOrUpdateParameters, CancellationToken) |
Begins creating a new or updating an existing Azure SQL Server disaster recovery configuration. To determine the status of the operation call GetServerDisasterRecoveryConfigurationOperationStatus. |
CreateOrUpdateAsync(String, String, String, ServerDisasterRecoveryConfigurationCreateOrUpdateParameters, CancellationToken) |
Creates a new or updates an existing Azure SQL Server disaster recovery configuration. |
DeleteAsync(String, String, String, CancellationToken) |
Deletes the Azure SQL server disaster recovery configuration with the given name. |
FailoverAllowDataLossAsync(String, String, String, CancellationToken) |
Begins failover for the Azure SQL server disaster recovery configuration with the given name. |
FailoverAsync(String, String, String, CancellationToken) |
Begins failover for the Azure SQL server disaster recovery configuration with the given name. |
GetAsync(String, String, String, CancellationToken) |
Returns information about an Azure SQL Server disaster recovery configurations. |
GetServerDisasterRecoveryConfigurationOperationStatusAsync(String, CancellationToken) |
Gets the status of an Azure Sql Server disaster recovery configuration create or update operation. |
ListAsync(String, String, CancellationToken) |
Returns information about Azure SQL Server disaster recovery configurations. |