Sdílet prostřednictvím


ServerDisasterRecoveryConfigurationOperationsExtensions Class

Definition

The Windows Azure SQL Database management API provides a RESTful set of web services that interact with Windows Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases and servers.

public static class ServerDisasterRecoveryConfigurationOperationsExtensions
type ServerDisasterRecoveryConfigurationOperationsExtensions = class
Public Module ServerDisasterRecoveryConfigurationOperationsExtensions
Inheritance
ServerDisasterRecoveryConfigurationOperationsExtensions

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