Interface Configuration.Update
-
- All Superinterfaces:
Configuration.UpdateStages.WithSource,Configuration.UpdateStages.WithValue
- Enclosing interface:
- Configuration
public static interface Configuration.Update extends Configuration.UpdateStages.WithValue, Configuration.UpdateStages.WithSource
The template for Configuration update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Configurationapply()Executes the update request.Configurationapply(com.azure.core.util.Context context)Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Configuration.UpdateStages.WithSource
withSource
-
Methods inherited from interface com.azure.resourcemanager.mysql.models.Configuration.UpdateStages.WithValue
withValue
-
-
-
-
Method Detail
-
apply
Configuration apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
Configuration apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-
-