MediaTransformOutput.OnError Property
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.
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 Azure.ResourceManager.Media.Models.MediaTransformOnErrorType? OnError { get; set; }
member this.OnError : Nullable<Azure.ResourceManager.Media.Models.MediaTransformOnErrorType> with get, set
Public Property OnError As Nullable(Of MediaTransformOnErrorType)
Property Value
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET