MediaJobData.Input Property

Definition

The inputs for the 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 Azure.ResourceManager.Media.Models.MediaJobInputBasicProperties Input { get; set; }
member this.Input : Azure.ResourceManager.Media.Models.MediaJobInputBasicProperties with get, set
Public Property Input As MediaJobInputBasicProperties

Property Value

Applies to