SqlElasticPoolOperations.DefinitionStages.WithStandardEdition Interface
public interface WithStandardEdition extends SqlElasticPoolOperations.DefinitionStages.WithCreate
The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a standard pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition |
withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume. |
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition |
withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity. |
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition |
withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool. |
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition |
withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool. |
Inherited Members
Method Details
withDatabaseDtuMax
public SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.
Parameters:
Returns:
withDatabaseDtuMin
public SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
Parameters:
Returns:
withReservedDtu
public SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
Parameters:
Returns:
withStorageCapacity
public SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool.
Parameters:
Returns:
Applies to
Azure SDK for Java