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.

C#
public readonly struct MediaJobPriority : IEquatable<Azure.ResourceManager.Media.Models.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

Applies to

Product Versies
Azure SDK for .NET Latest, Preview