你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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