public static interface SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.Update |
withDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.
|
SqlElasticPool.Update |
withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.
|
SqlElasticPool.Update |
withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.
|
SqlElasticPool.Update |
withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
|
SqlElasticPool.Update |
withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
|
SqlElasticPool.Update |
withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
|
SqlElasticPool.Update |
withReservedDtu(SqlElasticPoolBasicEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.Update |
withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.Update |
withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.Update |
withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.Update |
withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool.
|
@Beta(value=V1_7_0) SqlElasticPool.Update withReservedDtu(SqlElasticPoolBasicEDTUs eDTU)
eDTU - total shared eDTU for the SQL Azure Database Elastic Pool@Beta(value=V1_7_0) SqlElasticPool.Update withDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs eDTU)
eDTU - maximum eDTU a database in the pool can consume@Beta(value=V1_7_0) SqlElasticPool.Update withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU)
eDTU - minimum eDTU for all SQL Azure databases@Beta(value=V1_7_0) SqlElasticPool.Update withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
eDTU - total shared eDTU for the SQL Azure Database Elastic Pool@Beta(value=V1_7_0) SqlElasticPool.Update withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)
eDTU - maximum eDTU a database in the pool can consume@Beta(value=V1_7_0) SqlElasticPool.Update withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
eDTU - minimum eDTU for all SQL Azure databases@Beta(value=V1_7_0) SqlElasticPool.Update withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)
storageCapacity - storage capacity for the SQL Azure Database Elastic Pool@Beta(value=V1_7_0) SqlElasticPool.Update withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)
eDTU - total shared eDTU for the SQL Azure Database Elastic Pool@Beta(value=V1_7_0) SqlElasticPool.Update withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)
eDTU - maximum eDTU a database in the pool can consume@Beta(value=V1_7_0) SqlElasticPool.Update withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)
eDTU - minimum eDTU for all SQL Azure databases@Beta(value=V1_7_0) SqlElasticPool.Update withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)
storageCapacity - 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.
*/