Uses of Interface
com.microsoft.azure.management.sql.SqlElasticPool.Update
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlElasticPool.Update in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlElasticPool.UpdateStages.WithDatabaseDtuMax.withDatabaseDtuMax
(int databaseDtuMax) Deprecated.SqlElasticPool.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.WithDatabaseDtuMin.withDatabaseDtuMin
(int databaseDtuMin) Deprecated.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.WithDtu.withDtu
(int dtu) Deprecated.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
(int storageMB) Deprecated.