Share via


MediaTransformOnErrorType Struct

Definition

A Transform can define more than one outputs. This property defines what the service should do when one output fails - either continue to produce other outputs, or, stop the other outputs. The overall Job state will not reflect failures of outputs that are specified with 'ContinueJob'. The default is 'StopProcessingJob'.

public readonly struct MediaTransformOnErrorType : IEquatable<Azure.ResourceManager.Media.Models.MediaTransformOnErrorType>
type MediaTransformOnErrorType = struct
Public Structure MediaTransformOnErrorType
Implements IEquatable(Of MediaTransformOnErrorType)
Inheritance
MediaTransformOnErrorType
Implements

Constructors

MediaTransformOnErrorType(String)

Initializes a new instance of MediaTransformOnErrorType.

Properties

ContinueJob

Tells the service that if this TransformOutput fails, then allow any other TransformOutput to continue.

StopProcessingJob

Tells the service that if this TransformOutput fails, then any other incomplete TransformOutputs can be stopped.

Methods

Equals(MediaTransformOnErrorType)

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(MediaTransformOnErrorType, MediaTransformOnErrorType)

Determines if two MediaTransformOnErrorType values are the same.

Implicit(String to MediaTransformOnErrorType)

Converts a string to a MediaTransformOnErrorType.

Inequality(MediaTransformOnErrorType, MediaTransformOnErrorType)

Determines if two MediaTransformOnErrorType values are not the same.

Applies to