Uses of Interface
com.azure.resourcemanager.sql.models.SqlElasticPool.DefinitionStages.WithPremiumEdition
Packages that use SqlElasticPool.DefinitionStages.WithPremiumEdition
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPool.DefinitionStages.WithPremiumEdition in com.azure.resourcemanager.sql.models
Subinterfaces of SqlElasticPool.DefinitionStages.WithPremiumEdition in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlElasticPool.DefinitionStages.WithPremiumEditionModifier and TypeMethodDescriptionSqlElasticPool.DefinitionStages.WithPremiumEdition.withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU) Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPool.DefinitionStages.WithPremiumEdition.withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPool.DefinitionStages.WithEdition.withPremiumPool()Sets the premium edition for the SQL Elastic Pool.SqlElasticPool.DefinitionStages.WithPremiumEdition.withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU) Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPool.DefinitionStages.WithPremiumEdition.withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity) Sets the storage capacity for the SQL Azure Database Elastic Pool.