Interface SqlElasticPool.UpdateStages
-
- Enclosing interface:
- SqlElasticPool
public static interface SqlElasticPool.UpdateStagesGrouping of all the SQL Elastic Pool update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSqlElasticPool.UpdateStages.WithDatabaseThe SQL Elastic Pool definition to add the Database in the elastic pool.static interfaceSqlElasticPool.UpdateStages.WithDatabaseMaxCapacityThe SQL Elastic Pool definition to set the maximum DTU for one database.static interfaceSqlElasticPool.UpdateStages.WithDatabaseMinCapacityThe SQL Elastic Pool definition to set the minimum DTU for database.static interfaceSqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacityThe SQL Elastic Pool update definition to set the eDTU and storage capacity limits.static interfaceSqlElasticPool.UpdateStages.WithStorageCapacityThe SQL Elastic Pool definition to set the storage limit for the SQL Azure Database Elastic Pool in Bytes.
-