Class Priority
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Priority>
com.azure.resourcemanager.mediaservices.models.Priority
Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses
for processing TransformOutputs. The default priority is Normal.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Priority
fromString
(String name) Creates or finds a Priority from its string representation.static Collection<Priority>
values()
Gets known Priority values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
LOW
Static value Low for Priority. -
NORMAL
Static value Normal for Priority. -
HIGH
Static value High for Priority.
-
-
Constructor Details
-
Priority
Deprecated.Use thefromString(String)
factory method.Creates a new instance of Priority value.
-
-
Method Details
-
fromString
Creates or finds a Priority from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding Priority.
-
values
Gets known Priority values.- Returns:
- known Priority values.
-
fromString(String)
factory method.