Freigeben über


AzureSqlElasticPoolAdapter Class

Definition

Adapter for ElasticPool operations

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

Constructors

Name Description
AzureSqlElasticPoolAdapter(IAzureContext)

Constructs a database adapter

Properties

Name Description
Context

Gets or sets the Azure profile

Methods

Name Description
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