Interface SqlElasticPool.UpdateStages.WithStorageCapacity
- All Known Subinterfaces:
SqlElasticPool.Update
- Enclosing interface:
SqlElasticPool.UpdateStages
public static interface SqlElasticPool.UpdateStages.WithStorageCapacity
The SQL Elastic Pool definition to set the storage limit for the SQL Azure Database Elastic Pool in Bytes.
-
Method Summary
Modifier and TypeMethodDescriptionwithStorageCapacity(Long storageCapacity) Sets the storage limit for the SQL Azure Database Elastic Pool in Bytes.
-
Method Details
-
withStorageCapacity
Sets the storage limit for the SQL Azure Database Elastic Pool in Bytes.- Parameters:
storageCapacity- storage limit for the SQL Azure Database Elastic Pool in Bytes- Returns:
- The next stage of definition.
-