Interface Application.Update
- All Superinterfaces:
Application.UpdateStages.WithAllowUpdates
,Application.UpdateStages.WithDefaultVersion
,Application.UpdateStages.WithDisplayName
- Enclosing interface:
- Application
public static interface Application.Update
extends Application.UpdateStages.WithDisplayName, Application.UpdateStages.WithAllowUpdates, Application.UpdateStages.WithDefaultVersion
The template for Application update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.batch.models.Application.UpdateStages.WithAllowUpdates
withAllowUpdates
Methods inherited from interface com.azure.resourcemanager.batch.models.Application.UpdateStages.WithDefaultVersion
withDefaultVersion
Methods inherited from interface com.azure.resourcemanager.batch.models.Application.UpdateStages.WithDisplayName
withDisplayName
-
Method Details
-
apply
Application 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.
-