Interface SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,SqlElasticPool.DefinitionStages.WithAttach<ParentT>,SqlElasticPool.DefinitionStages.WithDatabaseMaxCapacity<ParentT>,SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity<ParentT>,SqlElasticPool.DefinitionStages.WithStorageCapacity<ParentT>
- All Known Subinterfaces:
SqlElasticPool.SqlElasticPoolDefinition<ParentT>
- Enclosing interface:
- SqlElasticPool.DefinitionStages
public static interface SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> extends SqlElasticPool.DefinitionStages.WithAttach<ParentT>
The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a premium pool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlElasticPool.DefinitionStages.WithDatabaseMaxCapacity
withDatabaseMaxCapacity
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity
withDatabaseMinCapacity
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlElasticPool.DefinitionStages.WithStorageCapacity
withStorageCapacity
-
-
-
-
Method Detail
-
withReservedDtu
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.- Parameters:
eDTU- total shared eDTU for the SQL Azure Database Elastic Pool- Returns:
- The next stage of the definition.
-
withDatabaseDtuMax
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.- Parameters:
eDTU- maximum eDTU a database in the pool can consume- Returns:
- The next stage of the definition.
-
withDatabaseDtuMin
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.- Parameters:
eDTU- minimum eDTU for all SQL Azure databases- Returns:
- The next stage of the definition.
-
withStorageCapacity
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool.- Parameters:
storageCapacity- storage capacity for the SQL Azure Database Elastic Pool- Returns:
- The next stage of the definition.
-
-