MediaJobPriority Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public readonly struct MediaJobPriority : IEquatable<Azure.ResourceManager.Media.Models.MediaJobPriority>
type MediaJobPriority = struct
Public Structure MediaJobPriority
Implements IEquatable(Of MediaJobPriority)
- Inheritance
-
MediaJobPriority
- Implements
Constructors
MediaJobPriority(String) |
Initializes a new instance of MediaJobPriority. |
Properties
High |
Used for TransformOutputs that should take precedence over others. |
Low |
Used for TransformOutputs that can be generated after Normal and High priority TransformOutputs. |
Normal |
Used for TransformOutputs that can be generated at Normal priority. |
Methods
Equals(MediaJobPriority) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MediaJobPriority, MediaJobPriority) |
Determines if two MediaJobPriority values are the same. |
Implicit(String to MediaJobPriority) |
Converts a string to a MediaJobPriority. |
Inequality(MediaJobPriority, MediaJobPriority) |
Determines if two MediaJobPriority values are not the same. |
Applies to
Azure SDK for .NET