Freigeben über


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

Name Description
AzureSqlServerCommunicator(IAzureContext)

Creates a communicator for Azure Sql Databases

Properties

Name Description
Context

Gets or sets the Azure profile

Methods

Name Description
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)
GetDeleted(String, String, String)

Gets the deleted Azure Sql Database Server

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