Sdílet prostřednictvím


AzureSqlServerCommunicator Class

Definition

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

public class AzureSqlServerCommunicator
type AzureSqlServerCommunicator = class
Public Class AzureSqlServerCommunicator
Inheritance
AzureSqlServerCommunicator

Constructors

AzureSqlServerCommunicator(IAzureContext)

Creates a communicator for Azure Sql Databases

Properties

Context

Gets or sets the Azure profile

Methods

CreateOrUpdate(String, String, Server)

Creates or updates a Azure Sql Database Server

Get(String, String, String, String)

Gets the Azure Sql Database Server

Get(String, String, String)

Gets the Azure Sql Database SErver

Get(String, String)
List()
List(String)

Lists Azure Sql Servers

ListByResourceGroup(String, String)

Lists Azure Sql Servers in a resource group

ListByResourceGroup(String)
Remove(String, String)

Deletes a Azure Sql Database Server

Applies to