| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlElasticPool.SqlElasticPoolDefinition<ParentT>
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> |
SqlElasticPool.DefinitionStages.WithPremiumEdition.withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.
|
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> |
SqlElasticPool.DefinitionStages.WithPremiumEdition.withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
|
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> |
SqlElasticPool.DefinitionStages.WithEdition.withPremiumPool()
Sets the premium edition for the SQL Elastic Pool.
|
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> |
SqlElasticPool.DefinitionStages.WithPremiumEdition.withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> |
SqlElasticPool.DefinitionStages.WithPremiumEdition.withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/