SqlServer.UpdateStages.WithElasticPool Interface
public interface WithElasticPool
A SQL Server definition for specifying elastic pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition)
Create new elastic pool in the SQL Server. |
Sql |
withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition, String... databaseNames)
Create new elastic pool in the SQL Server. |
Sql |
withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition)
Create new elastic pool in the SQL Server. |
Sql |
withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition, String... databaseNames)
Create new elastic pool in the SQL Server. |
Sql |
withoutElasticPool(String elasticPoolName)
Removes elastic pool from the SQL Server. |
Method Details
withNewElasticPool
public Update withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition)
Create new elastic pool in the SQL Server.
Parameters:
Returns:
withNewElasticPool
public Update withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition, String... databaseNames)
Create new elastic pool in the SQL Server.
Parameters:
Returns:
withNewElasticPool
public Update withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition)
Create new elastic pool in the SQL Server.
Parameters:
Returns:
withNewElasticPool
public Update withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition, String... databaseNames)
Create new elastic pool in the SQL Server.
Parameters:
Returns:
withoutElasticPool
public Update withoutElasticPool(String elasticPoolName)
Removes elastic pool from the SQL Server.
Parameters:
Returns:
Applies to
Azure SDK for Java