SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithPremiumEdition extends SqlElasticPool.DefinitionStages.WithAttach
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 |
---|---|
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> |
withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume. |
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> |
withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity. |
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> |
withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool. |
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> |
withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool. |
Inherited Members
Method Details
withDatabaseDtuMax
public SqlElasticPool.DefinitionStages.WithPremiumEdition
Sets the maximum number of eDTU a database in the pool can consume.
Parameters:
Returns:
withDatabaseDtuMin
public SqlElasticPool.DefinitionStages.WithPremiumEdition
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
Parameters:
Returns:
withReservedDtu
public SqlElasticPool.DefinitionStages.WithPremiumEdition
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
Parameters:
Returns:
withStorageCapacity
public SqlElasticPool.DefinitionStages.WithPremiumEdition
Sets the storage capacity for the SQL Azure Database Elastic Pool.
Parameters:
Returns:
Applies to
Azure SDK for Java