Interface SqlServer.UpdateStages.WithElasticPool
- All Known Subinterfaces:
SqlServer.Update
- Enclosing interface:
- SqlServer.UpdateStages
public static interface SqlServer.UpdateStages.WithElasticPool
A SQL Server definition for specifying elastic pool.
-
Method Summary
Modifier and TypeMethodDescriptionwithNewElasticPool
(String elasticPoolName, ElasticPoolEdition elasticPoolEdition) Deprecated.withNewElasticPool
(String elasticPoolName, ElasticPoolEdition elasticPoolEdition, String... databaseNames) Deprecated.withoutElasticPool
(String elasticPoolName) Deprecated.
-
Method Details
-
withNewElasticPool
@Beta(V1_7_0) @Deprecated SqlServer.Update withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition, String... databaseNames) Deprecated.Create new elastic pool in the SQL Server.- Parameters:
elasticPoolName
- name of the elastic pool to be createdelasticPoolEdition
- edition of the elastic pooldatabaseNames
- names of the database to be included in the elastic pool- Returns:
- Next stage of the SQL Server update
-
withNewElasticPool
@Beta(V1_7_0) @Deprecated SqlServer.Update withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition) Deprecated.Create new elastic pool in the SQL Server.- Parameters:
elasticPoolName
- name of the elastic pool to be createdelasticPoolEdition
- edition of the elastic pool- Returns:
- Next stage of the SQL Server update
-
withoutElasticPool
Deprecated.Removes elastic pool from the SQL Server.- Parameters:
elasticPoolName
- name of the elastic pool to be removed- Returns:
- Next stage of the SQL Server update
-