AzureSqlServerDisasterRecoveryConfigurationCommunicator Class

Definition

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

public class AzureSqlServerDisasterRecoveryConfigurationCommunicator
type AzureSqlServerDisasterRecoveryConfigurationCommunicator = class
Public Class AzureSqlServerDisasterRecoveryConfigurationCommunicator
Inheritance
AzureSqlServerDisasterRecoveryConfigurationCommunicator

Constructors

AzureSqlServerDisasterRecoveryConfigurationCommunicator(IAzureContext)

Creates a communicator for Azure Sql Server Disaster Recovery Configuration

Properties

Context

Gets or sets the Azure profile

Methods

Create(String, String, String, ServerDisasterRecoveryConfigurationCreateOrUpdateParameters)

Creates a Disaster Recovery Configuration

Failover(String, String, String, Boolean)

Failover a Disaster Recovery Configuration

Get(String, String, String)

Gets the Azure Sql Server Disaster Recovery Configuration

List(String, String)

Lists Azure Sql Server Disaster Recovery Configurations

Remove(String, String, String)

Deletes a Server Disaster Recovery Configuration

Applies to