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