Interface SqlElasticPool.UpdateStages.WithDatabaseMaxCapacity
- All Known Subinterfaces:
SqlElasticPool.Update
- Enclosing interface:
SqlElasticPool.UpdateStages
public static interface SqlElasticPool.UpdateStages.WithDatabaseMaxCapacity
The SQL Elastic Pool definition to set the maximum DTU for one database.
-
Method Summary
Modifier and TypeMethodDescriptionwithDatabaseMaxCapacity(double maxCapacity) Sets the maximum capacity any one SQL Azure Database can consume.
-
Method Details
-
withDatabaseMaxCapacity
Sets the maximum capacity any one SQL Azure Database can consume.- Parameters:
maxCapacity- The maximum capacity any one database can consume.- Returns:
- The next stage of definition.
-