Sdílet prostřednictvím


AzureSqlElasticPoolAdapter Class

Definition

Adapter for ElasticPool operations

public class AzureSqlElasticPoolAdapter
type AzureSqlElasticPoolAdapter = class
Public Class AzureSqlElasticPoolAdapter
Inheritance
AzureSqlElasticPoolAdapter

Constructors

AzureSqlElasticPoolAdapter(IAzureContext)

Constructs a database adapter

Properties

Context

Gets or sets the Azure profile

Methods

FailoverElasticPool(String, String, String)

Failovers an elastic pool

GetElasticPoolDatabase(String, String, String, String)

Gets a database in an elastic pool

GetPoolSkuName(String)

Get elastic pool sku name based on tier Edition | SkuName GeneralPurpose | GP BusinessCritical | BC Standard | StandardPool Basic | BasicPool Premium | PremiumPool

GetServerLocation(String, String)

Gets the Location of the server.

RemoveElasticPool(String, String, String)

Deletes a database

Applies to