Share via


MediaJobInputs.Inputs Property

Definition

List of inputs to a Job. Please note MediaJobInputBasicProperties 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 MediaJobInputAsset, MediaJobInputClip, MediaJobInputHttp, MediaJobInputSequence and MediaJobInputs.

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

Property Value

Applies to