AzureSqlServerDnsAliasCommunicator Class

Definition

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

public class AzureSqlServerDnsAliasCommunicator
type AzureSqlServerDnsAliasCommunicator = class
Public Class AzureSqlServerDnsAliasCommunicator
Inheritance
AzureSqlServerDnsAliasCommunicator

Constructors

AzureSqlServerDnsAliasCommunicator(IAzureContext)

Creates a communicator for Azure Sql Server DNS Aliases

Properties

Context

Gets or sets the Azure profile

Methods

Acquire(String, String, String, ServerDnsAliasAcquisition)

Acquires an Azure Sql Server Dns Alias from one server and assign it to another

CreateOrUpdate(String, String, String)

Creates or updates an Azure Sql Server Dns Alias

Get(String, String, String)

Get the Azure Sql Server Dns Alias

List(String, String)

Lists the Azure Sql Server Dns Aliases

Remove(String, String, String)

Deletes an Azure Sql Server Dns Alias

Applies to