ElasticPoolOperationsExtensions 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.
The Windows Azure SQL Database management API provides a RESTful set of web services that interact with Windows Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases and servers.
public static class ElasticPoolOperationsExtensions
type ElasticPoolOperationsExtensions = class
Public Module ElasticPoolOperationsExtensions
- Inheritance
-
ElasticPoolOperationsExtensions
Methods
BeginCreateOrUpdate(IElasticPoolOperations, String, String, String, ElasticPoolCreateOrUpdateParameters) |
Begins creating a new Azure SQL Database Elastic Pool or updating an existing Azure SQL Database Elastic Pool. To determine the status of the operation call GetElasticPoolOperationStatus. |
BeginCreateOrUpdateAsync(IElasticPoolOperations, String, String, String, ElasticPoolCreateOrUpdateParameters) |
Begins creating a new Azure SQL Database Elastic Pool or updating an existing Azure SQL Database Elastic Pool. To determine the status of the operation call GetElasticPoolOperationStatus. |
CreateOrUpdate(IElasticPoolOperations, String, String, String, ElasticPoolCreateOrUpdateParameters) |
Creates a new Azure SQL Database Elastic Pool or updates an existing Azure SQL Database Elastic Pool. |
CreateOrUpdateAsync(IElasticPoolOperations, String, String, String, ElasticPoolCreateOrUpdateParameters) |
Creates a new Azure SQL Database Elastic Pool or updates an existing Azure SQL Database Elastic Pool. |
Delete(IElasticPoolOperations, String, String, String) |
Deletes the Azure SQL Database Elastic Pool with the given name. |
DeleteAsync(IElasticPoolOperations, String, String, String) |
Deletes the Azure SQL Database Elastic Pool with the given name. |
Get(IElasticPoolOperations, String, String, String) |
Returns information about an Azure SQL Database Elastic Pool. |
GetAsync(IElasticPoolOperations, String, String, String) |
Returns information about an Azure SQL Database Elastic Pool. |
GetDatabases(IElasticPoolOperations, String, String, String, String) |
Returns information about an Azure SQL Database inside of an Azure Sql Database Elastic Pool. |
GetDatabasesAsync(IElasticPoolOperations, String, String, String, String) |
Returns information about an Azure SQL Database inside of an Azure Sql Database Elastic Pool. |
GetElasticPoolOperationStatus(IElasticPoolOperations, String) |
Gets the status of an Azure Sql Database Elastic Pool create or update operation. |
GetElasticPoolOperationStatusAsync(IElasticPoolOperations, String) |
Gets the status of an Azure Sql Database Elastic Pool create or update operation. |
List(IElasticPoolOperations, String, String) |
Returns information about Azure SQL Database Elastic Pools. |
ListActivity(IElasticPoolOperations, String, String, String) |
Returns information about Azure SQL Database Elastic Pool Activity. |
ListActivityAsync(IElasticPoolOperations, String, String, String) |
Returns information about Azure SQL Database Elastic Pool Activity. |
ListAsync(IElasticPoolOperations, String, String) |
Returns information about Azure SQL Database Elastic Pools. |
ListDatabaseActivity(IElasticPoolOperations, String, String, String) |
Returns information about activity on Azure SQL Databases inside of an Azure Sql Database Elastic Pool. |
ListDatabaseActivityAsync(IElasticPoolOperations, String, String, String) |
Returns information about activity on Azure SQL Databases inside of an Azure Sql Database Elastic Pool. |
ListDatabases(IElasticPoolOperations, String, String, String) |
Returns information about an Azure SQL Database inside of an Azure Sql Database Elastic Pool. |
ListDatabasesAsync(IElasticPoolOperations, String, String, String) |
Returns information about an Azure SQL Database inside of an Azure Sql Database Elastic Pool. |