FailoverGroupOperationsExtensions Class
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.
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 FailoverGroupOperationsExtensions
type FailoverGroupOperationsExtensions = class
Public Module FailoverGroupOperationsExtensions
- Inheritance
-
FailoverGroupOperationsExtensions
Methods
BeginCreateOrUpdate(IFailoverGroupOperations, String, String, String, FailoverGroupCreateOrUpdateParameters) |
Begins creating a new Azure SQL Database Failover Group or updating an existing Azure SQL Database Failover Group. To determine the status of the operation call GetFailoverGroupOperationStatus. |
BeginCreateOrUpdateAsync(IFailoverGroupOperations, String, String, String, FailoverGroupCreateOrUpdateParameters) |
Begins creating a new Azure SQL Database Failover Group or updating an existing Azure SQL Database Failover Group. To determine the status of the operation call GetFailoverGroupOperationStatus. |
BeginDelete(IFailoverGroupOperations, String, String, String) |
Begins deleting an existing Azure SQL Database Failover Group .To determine the status of the operation call GetFailoverGroupDeleteOperationStatus. |
BeginDeleteAsync(IFailoverGroupOperations, String, String, String) |
Begins deleting an existing Azure SQL Database Failover Group .To determine the status of the operation call GetFailoverGroupDeleteOperationStatus. |
BeginFailover(IFailoverGroupOperations, String, String, String) |
Begins the failover operation without data loss for the Azure SQL Database Failover Group with the given name. |
BeginFailoverAsync(IFailoverGroupOperations, String, String, String) |
Begins the failover operation without data loss for the Azure SQL Database Failover Group with the given name. |
BeginForceFailoverAllowDataLoss(IFailoverGroupOperations, String, String, String) |
Begins the force failover operation without data loss for the Azure SQL Database Failover Group with the given name. |
BeginForceFailoverAllowDataLossAsync(IFailoverGroupOperations, String, String, String) |
Begins the force failover operation without data loss for the Azure SQL Database Failover Group with the given name. |
BeginPatchUpdate(IFailoverGroupOperations, String, String, String, FailoverGroupPatchUpdateParameters) |
Begins adding databases to an existing Azure SQL Database Failover Group. To determine the status of the operation call GetFailoverGroupOperationStatus. |
BeginPatchUpdateAsync(IFailoverGroupOperations, String, String, String, FailoverGroupPatchUpdateParameters) |
Begins adding databases to an existing Azure SQL Database Failover Group. To determine the status of the operation call GetFailoverGroupOperationStatus. |
CreateOrUpdate(IFailoverGroupOperations, String, String, String, FailoverGroupCreateOrUpdateParameters) |
Creates a new Azure SQL Database Failover Group or updates an existing Azure SQL Database Failover Group. |
CreateOrUpdateAsync(IFailoverGroupOperations, String, String, String, FailoverGroupCreateOrUpdateParameters) |
Creates a new Azure SQL Database Failover Group or updates an existing Azure SQL Database Failover Group. |
Delete(IFailoverGroupOperations, String, String, String) |
Deletes the Azure SQL Database Failover Group with the given name. |
DeleteAsync(IFailoverGroupOperations, String, String, String) |
Deletes the Azure SQL Database Failover Group with the given name. |
Failover(IFailoverGroupOperations, String, String, String) |
Issue the failover operation without data loss for the Azure SQL Database Failover Group with the given name. |
FailoverAsync(IFailoverGroupOperations, String, String, String) |
Issue the failover operation without data loss for the Azure SQL Database Failover Group with the given name. |
ForceFailoverAllowDataLoss(IFailoverGroupOperations, String, String, String) |
Issue the forced failover operation with data loss for the Azure SQL Database Failover Group with the given name. |
ForceFailoverAllowDataLossAsync(IFailoverGroupOperations, String, String, String) |
Issue the forced failover operation with data loss for the Azure SQL Database Failover Group with the given name. |
Get(IFailoverGroupOperations, String, String, String) |
Returns information about an Azure SQL Database Failover Group. |
GetAsync(IFailoverGroupOperations, String, String, String) |
Returns information about an Azure SQL Database Failover Group. |
GetDeleteOperationStatus(IFailoverGroupOperations, String) |
Gets the status of an Azure SQL Database Failover Group delete operation. |
GetDeleteOperationStatusAsync(IFailoverGroupOperations, String) |
Gets the status of an Azure SQL Database Failover Group delete operation. |
GetFailoverGroupFailoverOperationStatus(IFailoverGroupOperations, String) |
Gets the status of an Azure Sql Database Failover Group Failover operation. |
GetFailoverGroupFailoverOperationStatusAsync(IFailoverGroupOperations, String) |
Gets the status of an Azure Sql Database Failover Group Failover operation. |
GetFailoverGroupOperationStatus(IFailoverGroupOperations, String) |
Gets the status of an Azure Sql Database Failover Group create or update operation. |
GetFailoverGroupOperationStatusAsync(IFailoverGroupOperations, String) |
Gets the status of an Azure Sql Database Failover Group create or update operation. |
GetFailoverGroupPatchUpdateOperationStatus(IFailoverGroupOperations, String) |
Gets the status of an Azure Sql Database Failover Group Patch update operation. |
GetFailoverGroupPatchUpdateOperationStatusAsync(IFailoverGroupOperations, String) |
Gets the status of an Azure Sql Database Failover Group Patch update operation. |
List(IFailoverGroupOperations, String, String) |
Returns information about Azure SQL Database Failover Groups. |
ListAsync(IFailoverGroupOperations, String, String) |
Returns information about Azure SQL Database Failover Groups. |
PatchUpdate(IFailoverGroupOperations, String, String, String, FailoverGroupPatchUpdateParameters) |
Updates an existing Azure SQL Database Failover Group. |
PatchUpdateAsync(IFailoverGroupOperations, String, String, String, FailoverGroupPatchUpdateParameters) |
Updates an existing Azure SQL Database Failover Group. |