Interface SqlElasticPool.UpdateStages.WithDatabaseMaxCapacity
-
- All Known Subinterfaces:
SqlElasticPool.Update
- Enclosing interface:
- SqlElasticPool.UpdateStages
public static interface SqlElasticPool.UpdateStages.WithDatabaseMaxCapacityThe SQL Elastic Pool definition to set the maximum DTU for one database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlElasticPool.UpdatewithDatabaseMaxCapacity(double maxCapacity)Sets the maximum capacity any one SQL Azure Database can consume.
-
-
-
Method Detail
-
withDatabaseMaxCapacity
SqlElasticPool.Update withDatabaseMaxCapacity(double maxCapacity)
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.
-
-