Uses of Class
com.azure.resourcemanager.mediaservices.models.Priority
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of Priority in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionJobInner.priority()
Get the priority property: Priority with which the job should be processed.JobProperties.priority()
Get the priority property: Priority with which the job should be processed.Modifier and TypeMethodDescriptionJobInner.withPriority
(Priority priority) Set the priority property: Priority with which the job should be processed.JobProperties.withPriority
(Priority priority) Set the priority property: Priority with which the job should be processed. -
Uses of Priority in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final Priority
Priority.HIGH
Static value High for Priority.static final Priority
Priority.LOW
Static value Low for Priority.static final Priority
Priority.NORMAL
Static value Normal for Priority.Modifier and TypeMethodDescriptionstatic Priority
Priority.fromString
(String name) Creates or finds a Priority from its string representation.Job.priority()
Gets the priority property: Priority with which the job should be processed.TransformOutput.relativePriority()
Get the relativePriority property: Sets the relative priority of the TransformOutputs within a Transform.Modifier and TypeMethodDescriptionstatic Collection<Priority>
Priority.values()
Gets known Priority values.Modifier and TypeMethodDescriptionJob.DefinitionStages.WithPriority.withPriority
(Priority priority) Specifies the priority property: Priority with which the job should be processed.Job.UpdateStages.WithPriority.withPriority
(Priority priority) Specifies the priority property: Priority with which the job should be processed.TransformOutput.withRelativePriority
(Priority relativePriority) Set the relativePriority property: Sets the relative priority of the TransformOutputs within a Transform.