Interface SqlElasticPool.UpdateStages.WithStorageCapacity
-
- All Known Subinterfaces:
SqlElasticPool.Update
- Enclosing interface:
- SqlElasticPool.UpdateStages
public static interface SqlElasticPool.UpdateStages.WithStorageCapacityThe SQL Elastic Pool definition to set the storage limit for the SQL Azure Database Elastic Pool in Bytes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlElasticPool.UpdatewithStorageCapacity(Long storageCapacity)Sets the storage limit for the SQL Azure Database Elastic Pool in Bytes.
-
-
-
Method Detail
-
withStorageCapacity
SqlElasticPool.Update withStorageCapacity(Long storageCapacity)
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.
-
-