Interface Database.Update
- All Superinterfaces:
Database.UpdateStages.WithCharset
,Database.UpdateStages.WithCollation
- Enclosing interface:
- Database
public static interface Database.Update
extends Database.UpdateStages.WithCharset, Database.UpdateStages.WithCollation
The template for Database update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.mariadb.models.Database.UpdateStages.WithCharset
withCharset
Methods inherited from interface com.azure.resourcemanager.mariadb.models.Database.UpdateStages.WithCollation
withCollation
-
Method Details
-
apply
Database apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-