SqlDatabase.Update Interface

public interface Update extends SqlDatabase.UpdateStages.WithEdition,SqlDatabase.UpdateStages.WithElasticPoolName,SqlDatabase.UpdateStages.WithMaxSizeBytes,SqlDatabase.UpdateStages.WithServiceObjective,Appliable,SqlDatabase.UpdateStages.WithEdition,SqlDatabase.UpdateStages.WithElasticPoolName,SqlDatabase.UpdateStages.WithMaxSizeBytes,SqlDatabase.UpdateStages.WithServiceObjective,Resource.UpdateWithTags<SqlDatabase.Update>,Appliable

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

The template for a SQLDatabase modifyState 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() SqlDatabase.UpdateStages.WithEdition.withBasicEdition() SqlDatabase.UpdateStages.WithEdition.withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity) SqlDatabase.UpdateStages.WithEdition.withEdition(DatabaseEdition edition) SqlDatabase.UpdateStages.WithEdition.withEdition(DatabaseEditions edition) SqlDatabase.UpdateStages.WithElasticPoolName.withExistingElasticPool(String elasticPoolName) SqlDatabase.UpdateStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool) SqlDatabase.UpdateStages.WithMaxSizeBytes.withMaxSizeBytes(long maxSizeBytes) SqlDatabase.UpdateStages.WithElasticPoolName.withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool) SqlDatabase.UpdateStages.WithElasticPoolName.withoutElasticPool() Resource.UpdateWithTags<T>.withoutTag(String key) SqlDatabase.UpdateStages.WithEdition.withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective) SqlDatabase.UpdateStages.WithEdition.withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective, SqlDatabasePremiumStorage maxStorageCapacity) SqlDatabase.UpdateStages.WithServiceObjective.withServiceObjective(ServiceObjectiveName serviceLevelObjective) SqlDatabase.UpdateStages.WithEdition.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective) SqlDatabase.UpdateStages.WithEdition.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity) Resource.UpdateWithTags<T>.withTag(String key, String value) Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)

Applies to