SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition Interface
Implements
public static interface SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition
extends WithCreate
The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a premium pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume. |
abstract
With |
withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity. |
abstract
With |
withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool. |
abstract
With |
withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool. |
Method Details
withDatabaseDtuMax
public abstract SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.
Parameters:
Returns:
withDatabaseDtuMin
public abstract SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
Parameters:
Returns:
withReservedDtu
public abstract SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
Parameters:
Returns:
withStorageCapacity
public abstract SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool.
Parameters:
Returns:
Applies to
Azure SDK for Java