Sdílet prostřednictvím


AzureSqlElasticPoolCommunicator Class

Definition

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

public class AzureSqlElasticPoolCommunicator
type AzureSqlElasticPoolCommunicator = class
Public Class AzureSqlElasticPoolCommunicator
Inheritance
AzureSqlElasticPoolCommunicator

Constructors

AzureSqlElasticPoolCommunicator(IAzureContext)

Creates a communicator for Azure Sql Elastic Pool

Properties

Context

Gets or sets the Azure profile

LegacySqlClient

The old version of Sql client to be used by this end points communicator

Methods

CancelOperation(String, String, String, Guid)

Cancel elastic pool activities

Create(String, String, String, ElasticPool)

Creates an Elastic Pool

CreateOrUpdate(String, String, String, ElasticPoolUpdate)

Updates an Elastic Pool using Patch

Failover(String, String, String)

Failovers an Elastic Pool

Get(String, String, String)

Gets the Azure Sql Database Elastic Pool

GetDatabase(String, String, String)

Gets the Azure Sql Database

List(String, String)

Lists Azure Sql Databases Elastic Pool

ListActivity(String, String, String)

Gets Elastic Pool Activity

ListDatabases(String, String, String)

List Azure Sql databases in the Elastic Pool

ListOperation(String, String, String)

Gets Elastic Pool Operations

Remove(String, String, String)

Deletes an Elastic Pool

Applies to