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