Share via


AzureSqlFailoverGroupCommunicator Class

Definition

This class is responsible for all the REST communication with the audit REST endpoints

public class AzureSqlFailoverGroupCommunicator
type AzureSqlFailoverGroupCommunicator = class
Public Class AzureSqlFailoverGroupCommunicator
Inheritance
AzureSqlFailoverGroupCommunicator

Constructors

AzureSqlFailoverGroupCommunicator(IAzureContext)

Creates a communicator for Azure SQL Database Failover Group

Properties

Context

Gets or sets the Azure profile

Methods

CreateOrUpdate(String, String, String, FailoverGroupCreateOrUpdateParameters)

Creates or updates an Failover Group

CreateOrUpdateV2(String, String, String, FailoverGroup)

Creates or updates an Failover Group

Failover(String, String, String)

Fail over an Failover Group without data loss

ForceFailoverAllowDataLoss(String, String, String)

Fail over an Failover Group with data loss

Get(String, String, String)

Gets the Azure Sql Database Failover Group

GetV2(String, String, String)

Gets the Azure Sql Database Failover Group

List(String, String)

Lists Azure Sql Database Failover Groups

ListDatabasesOnServer(String, String)

Lists Azure Sql Databases on the Server

PatchUpdate(String, String, String, FailoverGroupPatchUpdateParameters)

Patch-updates an Failover Group

PatchUpdateV2(String, String, String, FailoverGroupUpdate)

Patch-updates an Failover Group

Remove(String, String, String)

Deletes an Failover Group

TryPlannedBeforeForcedFailover(String, String, String)

Fail over an Failover Group with try planned before forced failover

Applies to