Interface SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity
-
- All Known Subinterfaces:
SqlElasticPool.Update
- Enclosing interface:
- SqlElasticPool.UpdateStages
public static interface SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacityThe SQL Elastic Pool update definition to set the eDTU and storage capacity limits.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlElasticPool.UpdatewithDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs eDTU)Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPool.UpdatewithDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPool.UpdatewithDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPool.UpdatewithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU)Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPool.UpdatewithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPool.UpdatewithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPool.UpdatewithReservedDtu(SqlElasticPoolBasicEDTUs eDTU)Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdatewithReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdatewithReservedDtu(SqlElasticPoolStandardEDTUs eDTU)Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdatewithStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)Sets the storage capacity for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdatewithStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)Sets the storage capacity for the SQL Azure Database Elastic Pool.
-
-
-
Method Detail
-
withReservedDtu
SqlElasticPool.Update withReservedDtu(SqlElasticPoolBasicEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.- Parameters:
eDTU- total shared eDTU for the SQL Azure Database Elastic Pool- Returns:
- The next stage of the update definition.
-
withDatabaseDtuMax
SqlElasticPool.Update withDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.- Parameters:
eDTU- maximum eDTU a database in the pool can consume- Returns:
- The next stage of the update definition.
-
withDatabaseDtuMin
SqlElasticPool.Update withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.- Parameters:
eDTU- minimum eDTU for all SQL Azure databases- Returns:
- The next stage of the update definition.
-
withReservedDtu
SqlElasticPool.Update withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.- Parameters:
eDTU- total shared eDTU for the SQL Azure Database Elastic Pool- Returns:
- The next stage of the update definition.
-
withDatabaseDtuMax
SqlElasticPool.Update withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.- Parameters:
eDTU- maximum eDTU a database in the pool can consume- Returns:
- The next stage of the update definition.
-
withDatabaseDtuMin
SqlElasticPool.Update withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.- Parameters:
eDTU- minimum eDTU for all SQL Azure databases- Returns:
- The next stage of the update definition.
-
withStorageCapacity
SqlElasticPool.Update withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool.- Parameters:
storageCapacity- storage capacity for the SQL Azure Database Elastic Pool- Returns:
- The next stage of the update definition.
-
withReservedDtu
SqlElasticPool.Update withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.- Parameters:
eDTU- total shared eDTU for the SQL Azure Database Elastic Pool- Returns:
- The next stage of the update definition.
-
withDatabaseDtuMax
SqlElasticPool.Update withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.- Parameters:
eDTU- maximum eDTU a database in the pool can consume- Returns:
- The next stage of the update definition.
-
withDatabaseDtuMin
SqlElasticPool.Update withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.- Parameters:
eDTU- minimum eDTU for all SQL Azure databases- Returns:
- The next stage of the update definition.
-
withStorageCapacity
SqlElasticPool.Update withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool.- Parameters:
storageCapacity- storage capacity for the SQL Azure Database Elastic Pool- Returns:
- The next stage of the update definition.
-
-