Interface Job.Update
- All Superinterfaces:
Job.UpdateStages.WithCorrelationData
,Job.UpdateStages.WithDescription
,Job.UpdateStages.WithInput
,Job.UpdateStages.WithOutputs
,Job.UpdateStages.WithPriority
- Enclosing interface:
- Job
public static interface Job.Update
extends Job.UpdateStages.WithDescription, Job.UpdateStages.WithInput, Job.UpdateStages.WithOutputs, Job.UpdateStages.WithPriority, Job.UpdateStages.WithCorrelationData
The template for Job update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.mediaservices.models.Job.UpdateStages.WithCorrelationData
withCorrelationData
Methods inherited from interface com.azure.resourcemanager.mediaservices.models.Job.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.mediaservices.models.Job.UpdateStages.WithInput
withInput
Methods inherited from interface com.azure.resourcemanager.mediaservices.models.Job.UpdateStages.WithOutputs
withOutputs
Methods inherited from interface com.azure.resourcemanager.mediaservices.models.Job.UpdateStages.WithPriority
withPriority
-
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.
-