public static interface SqlDatabase.UpdateStages.WithElasticPoolName
Modifier and Type | Method and Description |
---|---|
SqlDatabase.Update |
withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabase.Update |
withExistingElasticPool(String elasticPoolName)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabase.Update |
withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
|
SqlDatabase.UpdateStages.WithEdition |
withoutElasticPool()
Removes database from it's elastic pool.
|
SqlDatabase.UpdateStages.WithEdition withoutElasticPool()
SqlDatabase.Update withExistingElasticPool(String elasticPoolName)
elasticPoolName
- for the SQL DatabaseSqlDatabase.Update withExistingElasticPool(SqlElasticPool sqlElasticPool)
sqlElasticPool
- for the SQL DatabaseSqlDatabase.Update withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)
sqlElasticPool
- creatable definition for new elastic pool to be created for the SQL DatabaseCopyright © 2019. All rights reserved.