SqlServer.DefinitionStages.WithElasticPool Interface
public interface WithElasticPool
A SQL Server definition for specifying elastic pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlElasticPool.DefinitionStages.Blank<Sql |
defineElasticPool(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this server. |
Sql |
withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition)
Creates new elastic pool in the SQL Server. |
Sql |
withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition, String... databaseNames)
Creates new elastic pool in the SQL Server. |
Sql |
withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition)
Creates new elastic pool in the SQL Server. |
Sql |
withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition, String... databaseNames)
Creates new elastic pool in the SQL Server. |
Method Details
defineElasticPool
public SqlElasticPool.DefinitionStages.Blank
Begins the definition of a new SQL Elastic Pool to be added to this server.
Parameters:
Returns:
withNewElasticPool
public WithCreate withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition)
Creates new elastic pool in the SQL Server.
Parameters:
Returns:
withNewElasticPool
public WithCreate withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition, String... databaseNames)
Creates new elastic pool in the SQL Server.
Parameters:
Returns:
withNewElasticPool
public WithCreate withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition)
Creates new elastic pool in the SQL Server.
Parameters:
Returns:
withNewElasticPool
public WithCreate withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition, String... databaseNames)
Creates new elastic pool in the SQL Server.
Parameters:
Returns:
Applies to
Azure SDK for Java