Uses of Interface
com.azure.resourcemanager.mediaservices.models.Job.Update
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of Job.Update in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionJob.update()
Begins update for the Job resource.Job.UpdateStages.WithCorrelationData.withCorrelationData
(Map<String, String> correlationData) Specifies the correlationData property: Customer provided key, value pairs that will be returned in Job and JobOutput state events..Job.UpdateStages.WithDescription.withDescription
(String description) Specifies the description property: Optional customer supplied description of the Job..Specifies the input property: The inputs for the Job..Job.UpdateStages.WithOutputs.withOutputs
(List<JobOutput> outputs) Specifies the outputs property: The outputs for the Job..Job.UpdateStages.WithPriority.withPriority
(Priority priority) Specifies the priority property: Priority with which the job should be processed.