Interface SqlDatabase.Update
-
- All Superinterfaces:
Appliable<SqlDatabase>,Indexable,Resource.UpdateWithTags<SqlDatabase.Update>,SqlDatabase.UpdateStages.WithEdition,SqlDatabase.UpdateStages.WithElasticPoolName,SqlDatabase.UpdateStages.WithMaxSizeBytes
- Enclosing interface:
- SqlDatabase
public static interface SqlDatabase.Update extends SqlDatabase.UpdateStages.WithEdition, SqlDatabase.UpdateStages.WithElasticPoolName, SqlDatabase.UpdateStages.WithMaxSizeBytes, Resource.UpdateWithTags<SqlDatabase.Update>, Appliable<SqlDatabase>
The template for a SqlDatabase update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.UpdateStages.WithEdition
withBasicEdition, withBasicEdition, withPremiumEdition, withPremiumEdition, withSku, withSku, withStandardEdition, withStandardEdition
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.UpdateStages.WithElasticPoolName
withExistingElasticPool, withExistingElasticPool, withExistingElasticPoolId, withNewElasticPool, withoutElasticPool
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase.UpdateStages.WithMaxSizeBytes
withMaxSizeBytes
-
-