SqlElasticPool.Update Interface

public interface Update extends SqlElasticPool.UpdateStages.WithDatabaseDtuMax,SqlElasticPool.UpdateStages.WithDatabaseDtuMin,SqlElasticPool.UpdateStages.WithDtu,SqlElasticPool.UpdateStages.WithStorageCapacity,SqlElasticPool.UpdateStages.WithDatabase,Appliable,SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity,SqlElasticPool.UpdateStages.WithDatabaseDtuMax,SqlElasticPool.UpdateStages.WithDatabaseDtuMin,SqlElasticPool.UpdateStages.WithDtu,SqlElasticPool.UpdateStages.WithStorageCapacity,SqlElasticPool.UpdateStages.WithDatabase,Resource.UpdateWithTags<SqlElasticPool.Update>,Appliable

The template for a SQL Elastic Pool update operation, containing all the settings that can be modified.

The template for a SQLElasticPool update operation, containing all the settings that can be modified.

Inherited Members

Appliable<T>.apply() Appliable<T>.applyAsync() Appliable<T>.applyAsync(final ServiceCallback<T> callback) Indexable.key() SqlElasticPool.UpdateStages.WithDatabaseDtuMax.withDatabaseDtuMax(int databaseDtuMax) SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs eDTU) SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU) SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU) SqlElasticPool.UpdateStages.WithDatabaseDtuMin.withDatabaseDtuMin(int databaseDtuMin) SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU) SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU) SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU) SqlElasticPool.UpdateStages.WithDtu.withDtu(int dtu) SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(String databaseName) SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(SqlDatabase database) SqlElasticPool.UpdateStages.WithDatabase.withNewDatabase(String databaseName) Resource.UpdateWithTags<T>.withoutTag(String key) SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withReservedDtu(SqlElasticPoolBasicEDTUs eDTU) SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withReservedDtu(SqlElasticPoolStandardEDTUs eDTU) SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU) SqlElasticPool.UpdateStages.WithStorageCapacity.withStorageCapacity(int storageMB) SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity) SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity) Resource.UpdateWithTags<T>.withTag(String key, String value) Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)

Applies to