SqlServer.ElasticPools Interface
public interface ElasticPools
Entry point to elastic pools from the SQL Server.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlElasticPool.DefinitionStages.Blank |
define(String elasticPoolName)
Creates a new elastic pool in SQL Server. |
void |
delete(String elasticPoolName)
Delete specified elastic pool in the server. |
Completable |
deleteAsync(String elasticPoolName)
Delete specified elastic pool in the server. |
Sql |
get(String elasticPoolName)
Gets a particular elastic pool. |
List<Sql |
list()
Returns all the elastic pools for the server. |
Method Details
define
public SqlElasticPool.DefinitionStages.Blank define(String elasticPoolName)
Creates a new elastic pool in SQL Server.
Parameters:
Returns:
delete
public void delete(String elasticPoolName)
Delete specified elastic pool in the server.
Parameters:
deleteAsync
public Completable deleteAsync(String elasticPoolName)
Delete specified elastic pool in the server.
Parameters:
Returns:
get
public SqlElasticPool get(String elasticPoolName)
Gets a particular elastic pool.
Parameters:
Returns:
list
public List
Returns all the elastic pools for the server.
Returns:
Applies to
Azure SDK for Java