Interface Job.Update
- All Superinterfaces:
Job.UpdateStages.WithIdentity
,Job.UpdateStages.WithProperties
,Job.UpdateStages.WithTags
- Enclosing interface:
Job
public static interface Job.Update
extends Job.UpdateStages.WithTags, Job.UpdateStages.WithIdentity, Job.UpdateStages.WithProperties
The template for Job update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.Job.UpdateStages.WithIdentity
withIdentity
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.Job.UpdateStages.WithProperties
withProperties
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.Job.UpdateStages.WithTags
withTags
-
Method Details
-
apply
Job 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.
-