Sdílet prostřednictvím


MediaJobData.Outputs Property

Definition

The outputs for the Job. Please note MediaJobOutput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MediaJobOutputAsset.

public System.Collections.Generic.IList<Azure.ResourceManager.Media.Models.MediaJobOutput> Outputs { get; }
member this.Outputs : System.Collections.Generic.IList<Azure.ResourceManager.Media.Models.MediaJobOutput>
Public ReadOnly Property Outputs As IList(Of MediaJobOutput)

Property Value

Applies to