IServerDisasterRecoveryConfigurationOperations Interface

Definition

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.

Extension Methods

BeginCreateOrUpdate(IServerDisasterRecoveryConfigurationOperations, String, String, String, ServerDisasterRecoveryConfigurationCreateOrUpdateParameters)

Begins creating a new or updating an existing Azure SQL Server disaster recovery configuration. To determine the status of the operation call GetServerDisasterRecoveryConfigurationOperationStatus.

BeginCreateOrUpdateAsync(IServerDisasterRecoveryConfigurationOperations, String, String, String, ServerDisasterRecoveryConfigurationCreateOrUpdateParameters)

Begins creating a new or updating an existing Azure SQL Server disaster recovery configuration. To determine the status of the operation call GetServerDisasterRecoveryConfigurationOperationStatus.

CreateOrUpdate(IServerDisasterRecoveryConfigurationOperations, String, String, String, ServerDisasterRecoveryConfigurationCreateOrUpdateParameters)

Creates a new or updates an existing Azure SQL Server disaster recovery configuration.

CreateOrUpdateAsync(IServerDisasterRecoveryConfigurationOperations, String, String, String, ServerDisasterRecoveryConfigurationCreateOrUpdateParameters)

Creates a new or updates an existing Azure SQL Server disaster recovery configuration.

Delete(IServerDisasterRecoveryConfigurationOperations, String, String, String)

Deletes the Azure SQL server disaster recovery configuration with the given name.

DeleteAsync(IServerDisasterRecoveryConfigurationOperations, String, String, String)

Deletes the Azure SQL server disaster recovery configuration with the given name.

Failover(IServerDisasterRecoveryConfigurationOperations, String, String, String)

Begins failover for the Azure SQL server disaster recovery configuration with the given name.

FailoverAllowDataLoss(IServerDisasterRecoveryConfigurationOperations, String, String, String)

Begins failover for the Azure SQL server disaster recovery configuration with the given name.

FailoverAllowDataLossAsync(IServerDisasterRecoveryConfigurationOperations, String, String, String)

Begins failover for the Azure SQL server disaster recovery configuration with the given name.

FailoverAsync(IServerDisasterRecoveryConfigurationOperations, String, String, String)

Begins failover for the Azure SQL server disaster recovery configuration with the given name.

Get(IServerDisasterRecoveryConfigurationOperations, String, String, String)

Returns information about an Azure SQL Server disaster recovery configurations.

GetAsync(IServerDisasterRecoveryConfigurationOperations, String, String, String)

Returns information about an Azure SQL Server disaster recovery configurations.

GetServerDisasterRecoveryConfigurationOperationStatus(IServerDisasterRecoveryConfigurationOperations, String)

Gets the status of an Azure Sql Server disaster recovery configuration create or update operation.

GetServerDisasterRecoveryConfigurationOperationStatusAsync(IServerDisasterRecoveryConfigurationOperations, String)

Gets the status of an Azure Sql Server disaster recovery configuration create or update operation.

List(IServerDisasterRecoveryConfigurationOperations, String, String)

Returns information about Azure SQL Server disaster recovery configurations.

ListAsync(IServerDisasterRecoveryConfigurationOperations, String, String)

Returns information about Azure SQL Server disaster recovery configurations.

Applies to