Interface SqlElasticPoolOperations.DefinitionStages.WithStorageCapacity
- All Known Subinterfaces:
SqlElasticPoolOperations.DefinitionStages.WithBasicEdition, SqlElasticPoolOperations.DefinitionStages.WithCreate, SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition, SqlElasticPoolOperations.DefinitionStages.WithStandardEdition, SqlElasticPoolOperations.SqlElasticPoolOperationsDefinition
- Enclosing interface:
SqlElasticPoolOperations.DefinitionStages
public static interface SqlElasticPoolOperations.DefinitionStages.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 the definition.
-