Uses of Interface
com.azure.resourcemanager.sql.models.SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition
Packages that use SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition in com.azure.resourcemanager.sql.models
Subinterfaces of SqlElasticPoolOperations.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 SqlElasticPoolOperations.DefinitionStages.WithPremiumEditionModifier and TypeMethodDescriptionSqlElasticPoolOperations.DefinitionStages.WithPremiumEdition.withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU) Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition.withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPoolOperations.DefinitionStages.WithEdition.withPremiumPool()Sets the premium edition for the SQL Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition.withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU) Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition.withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity) Sets the storage capacity for the SQL Azure Database Elastic Pool.