| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabaseDtuMax.withDatabaseDtuMax(int databaseDtuMax)
Sets the maximum DTU any one SQL Azure Database can consume.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabaseDtuMin.withDatabaseDtuMin(int databaseDtuMin)
Sets the minimum DTU all SQL Azure Databases are guaranteed.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDtu.withDtu(int dtu)
Sets the total shared DTU for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(String databaseName)
Adds an existing database in the SQL elastic pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabase.withNewDatabase(String databaseName)
Creates a new database in the SQL elastic pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithStorageCapacity.withStorageCapacity(int storageMB)
Sets the storage limit for the SQL Azure Database Elastic Pool in MB.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/