IFailoverGroupOperations Interface

Definition

Represents all the operations for operating on Azure SQL Database Failover Group. Contains operations to: Create, Retrieve, Update, and Delete.

public interface IFailoverGroupOperations
type IFailoverGroupOperations = interface
Public Interface IFailoverGroupOperations

Methods

BeginCreateOrUpdateAsync(String, String, String, FailoverGroupCreateOrUpdateParameters, CancellationToken)

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.

BeginDeleteAsync(String, String, String, CancellationToken)

Begins deleting an existing Azure SQL Database Failover Group .To determine the status of the operation call GetFailoverGroupDeleteOperationStatus.

BeginFailoverAsync(String, String, String, CancellationToken)

Begins the failover operation without data loss for the Azure SQL Database Failover Group with the given name.

BeginForceFailoverAllowDataLossAsync(String, String, String, CancellationToken)

Begins the force failover operation without data loss for the Azure SQL Database Failover Group with the given name.

BeginPatchUpdateAsync(String, String, String, FailoverGroupPatchUpdateParameters, CancellationToken)

Begins adding databases to an existing Azure SQL Database Failover Group. To determine the status of the operation call GetFailoverGroupOperationStatus.

CreateOrUpdateAsync(String, String, String, FailoverGroupCreateOrUpdateParameters, CancellationToken)

Creates a new Azure SQL Database Failover Group or updates an existing Azure SQL Database Failover Group.

DeleteAsync(String, String, String, CancellationToken)

Deletes the Azure SQL Database Failover Group with the given name.

FailoverAsync(String, String, String, CancellationToken)

Issue the failover operation without data loss for the Azure SQL Database Failover Group with the given name.

ForceFailoverAllowDataLossAsync(String, String, String, CancellationToken)

Issue the forced failover operation with data loss for the Azure SQL Database Failover Group with the given name.

GetAsync(String, String, String, CancellationToken)

Returns information about an Azure SQL Database Failover Group.

GetDeleteOperationStatusAsync(String, CancellationToken)

Gets the status of an Azure SQL Database Failover Group delete operation.

GetFailoverGroupFailoverOperationStatusAsync(String, CancellationToken)

Gets the status of an Azure Sql Database Failover Group Failover operation.

GetFailoverGroupOperationStatusAsync(String, CancellationToken)

Gets the status of an Azure Sql Database Failover Group create or update operation.

GetFailoverGroupPatchUpdateOperationStatusAsync(String, CancellationToken)

Gets the status of an Azure Sql Database Failover Group Patch update operation.

ListAsync(String, String, CancellationToken)

Returns information about Azure SQL Database Failover Groups.

PatchUpdateAsync(String, String, String, FailoverGroupPatchUpdateParameters, CancellationToken)

Updates an existing Azure SQL Database Failover Group.

Extension 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.

Applies to