| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlElasticPool.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.WithCreate |
SqlElasticPool.DefinitionStages.WithDatabaseDtuMax.withDatabaseDtuMax(int databaseDtuMax)
Sets the maximum DTU any one SQL Azure Database can consume.
|
SqlElasticPool.DefinitionStages.WithCreate |
SqlElasticPool.DefinitionStages.WithDatabaseDtuMin.withDatabaseDtuMin(int databaseDtuMin)
Sets the minimum DTU all SQL Azure Databases are guaranteed.
|
SqlElasticPool.DefinitionStages.WithCreate |
SqlElasticPool.DefinitionStages.WithDtu.withDtu(int dtu)
Sets the total shared DTU for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.DefinitionStages.WithCreate |
SqlElasticPool.DefinitionStages.WithEdition.withEdition(ElasticPoolEditions edition)
Sets the edition for the SQL Elastic Pool.
|
SqlElasticPool.DefinitionStages.WithCreate |
SqlElasticPool.DefinitionStages.WithDatabase.withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool.
|
SqlElasticPool.DefinitionStages.WithCreate |
SqlElasticPool.DefinitionStages.WithDatabase.withExistingDatabase(String databaseName)
Adds an existing database in the SQL elastic pool.
|
SqlElasticPool.DefinitionStages.WithCreate |
SqlElasticPool.DefinitionStages.WithDatabase.withNewDatabase(String databaseName)
Creates a new database in the SQL elastic pool.
|
SqlElasticPool.DefinitionStages.WithCreate |
SqlElasticPool.DefinitionStages.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.
*/