AzureSqlElasticPoolCommunicator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |