IElasticPoolOperations Interface

Definition

Represents all the operations for operating on Azure SQL Database Elastic Pools. Contains operations to: Create, Retrieve, Update, and Delete.

public interface IElasticPoolOperations
type IElasticPoolOperations = interface
Public Interface IElasticPoolOperations

Methods

BeginCreateOrUpdateAsync(String, String, String, ElasticPoolCreateOrUpdateParameters, CancellationToken)

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.

CreateOrUpdateAsync(String, String, String, ElasticPoolCreateOrUpdateParameters, CancellationToken)

Creates a new Azure SQL Database Elastic Pool or updates an existing Azure SQL Database Elastic Pool.

DeleteAsync(String, String, String, CancellationToken)

Deletes the Azure SQL Database Elastic Pool with the given name.

GetAsync(String, String, String, CancellationToken)

Returns information about an Azure SQL Database Elastic Pool.

GetDatabasesAsync(String, String, String, String, CancellationToken)

Returns information about an Azure SQL Database inside of an Azure Sql Database Elastic Pool.

GetElasticPoolOperationStatusAsync(String, CancellationToken)

Gets the status of an Azure Sql Database Elastic Pool create or update operation.

ListActivityAsync(String, String, String, CancellationToken)

Returns information about Azure SQL Database Elastic Pool Activity.

ListAsync(String, String, CancellationToken)

Returns information about Azure SQL Database Elastic Pools.

ListDatabaseActivityAsync(String, String, String, CancellationToken)

Returns information about activity on Azure SQL Databases inside of an Azure Sql Database Elastic Pool.

ListDatabasesAsync(String, String, String, CancellationToken)

Returns information about an Azure SQL Database inside of an Azure Sql Database Elastic Pool.

Extension 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.

Applies to