Interface SqlElasticPoolOperations.DefinitionStages.WithStandardEdition
-
- All Superinterfaces:
Creatable<SqlElasticPool>,HasName,Indexable,Resource.DefinitionWithTags<SqlElasticPoolOperations.DefinitionStages.WithCreate>,SqlElasticPoolOperations.DefinitionStages.WithCreate,SqlElasticPoolOperations.DefinitionStages.WithDatabase,SqlElasticPoolOperations.DefinitionStages.WithDatabaseMaxCapacity,SqlElasticPoolOperations.DefinitionStages.WithDatabaseMinCapacity,SqlElasticPoolOperations.DefinitionStages.WithStorageCapacity
- All Known Subinterfaces:
SqlElasticPoolOperations.SqlElasticPoolOperationsDefinition
- Enclosing interface:
- SqlElasticPoolOperations.DefinitionStages
public static interface SqlElasticPoolOperations.DefinitionStages.WithStandardEdition extends SqlElasticPoolOperations.DefinitionStages.WithCreate
The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a standard pool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlElasticPoolOperations.DefinitionStages.WithStandardEditionwithDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPoolOperations.DefinitionStages.WithStandardEditionwithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPoolOperations.DefinitionStages.WithStandardEditionwithReservedDtu(SqlElasticPoolStandardEDTUs eDTU)Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithStandardEditionwithStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)Sets the storage capacity for the SQL Azure Database Elastic Pool.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlElasticPoolOperations.DefinitionStages.WithDatabase
defineDatabase, withExistingDatabase, withExistingDatabase, withNewDatabase
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlElasticPoolOperations.DefinitionStages.WithDatabaseMaxCapacity
withDatabaseMaxCapacity
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlElasticPoolOperations.DefinitionStages.WithDatabaseMinCapacity
withDatabaseMinCapacity
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlElasticPoolOperations.DefinitionStages.WithStorageCapacity
withStorageCapacity
-
-
-
-
Method Detail
-
withReservedDtu
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withReservedDtu(SqlElasticPoolStandardEDTUs 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
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs 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
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs 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
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withStorageCapacity(SqlElasticPoolStandardStorage 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.
-
-