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.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 SqlElasticPoolOperations.DefinitionStages.WithCreatewithStorageCapacity(Long storageCapacity)Sets the storage limit for the SQL Azure Database Elastic Pool in Bytes.
-
-
-
Method Detail
-
withStorageCapacity
SqlElasticPoolOperations.DefinitionStages.WithCreate 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 the definition.
-
-