Uses of Interface
com.azure.resourcemanager.sql.models.SqlElasticPool.Update
Packages that use SqlElasticPool.Update
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPool.Update in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type SqlElasticPool.Update in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Elastic Pool.static interfaceThe template for a SQL Elastic Pool update operation, containing all the settings that can be modified.Methods in com.azure.resourcemanager.sql.models that return SqlElasticPool.UpdateModifier and TypeMethodDescriptionSqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs eDTU) Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU) Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU) Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPool.UpdateStages.WithDatabaseMaxCapacity.withDatabaseMaxCapacity(double maxCapacity) Sets the maximum capacity any one SQL Azure Database can consume.SqlElasticPool.UpdateStages.WithDatabaseMinCapacity.withDatabaseMinCapacity(double minCapacity) Sets the minimum capacity all SQL Azure Databases are guaranteed.SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(SqlDatabase database) Adds the database in the SQL elastic pool.SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(String databaseName) Adds an existing database in the SQL elastic pool.SqlElasticPool.UpdateStages.WithDatabase.withNewDatabase(String databaseName) Creates a new database in the SQL elastic pool.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withReservedDtu(SqlElasticPoolBasicEDTUs eDTU) Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU) Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withReservedDtu(SqlElasticPoolStandardEDTUs eDTU) Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity) Sets the storage capacity for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity) Sets the storage capacity for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdateStages.WithStorageCapacity.withStorageCapacity(Long storageCapacity) Sets the storage limit for the SQL Azure Database Elastic Pool in Bytes.