Interface SqlElasticPoolOperations.DefinitionStages.WithBasicEdition
- All Superinterfaces:
Creatable<SqlElasticPool>
,HasName
,Indexable
,Resource.DefinitionWithTags<SqlElasticPoolOperations.DefinitionStages.WithCreate>
,SqlElasticPoolOperations.DefinitionStages.WithCreate
,SqlElasticPoolOperations.DefinitionStages.WithDatabase
,SqlElasticPoolOperations.DefinitionStages.WithDatabaseDtuMax
,SqlElasticPoolOperations.DefinitionStages.WithDatabaseDtuMin
,SqlElasticPoolOperations.DefinitionStages.WithDtu
,SqlElasticPoolOperations.DefinitionStages.WithStorageCapacity
- All Known Subinterfaces:
SqlElasticPoolOperations.SqlElasticPoolOperationsDefinition
- Enclosing interface:
- SqlElasticPoolOperations.DefinitionStages
public static interface SqlElasticPoolOperations.DefinitionStages.WithBasicEdition
extends SqlElasticPoolOperations.DefinitionStages.WithCreate
The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a basic pool.
-
Method Summary
Modifier and TypeMethodDescriptionSets the maximum number of eDTU a database in the pool can consume.Sets the minimum number of eDTU for each database in the pool are regardless of its activity.Sets the total shared eDTU for the SQL Azure Database Elastic Pool.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
Methods inherited from interface com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithDatabase
defineDatabase, withExistingDatabase, withExistingDatabase, withNewDatabase
Methods inherited from interface com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithDatabaseDtuMax
withDatabaseDtuMax
Methods inherited from interface com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithDatabaseDtuMin
withDatabaseDtuMin
Methods inherited from interface com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithDtu
withDtu
Methods inherited from interface com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStorageCapacity
withStorageCapacity
-
Method Details
-
withReservedDtu
@Beta(V1_7_0) SqlElasticPoolOperations.DefinitionStages.WithBasicEdition withReservedDtu(SqlElasticPoolBasicEDTUs 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
@Beta(V1_7_0) SqlElasticPoolOperations.DefinitionStages.WithBasicEdition withDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs 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
@Beta(V1_7_0) SqlElasticPoolOperations.DefinitionStages.WithBasicEdition withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs 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.
-