JobInputs Class

Definition

Describes a list of inputs to a Job.

[Newtonsoft.Json.JsonObject("#Microsoft.Media.JobInputs")]
public class JobInputs : Microsoft.Azure.Management.Media.Models.JobInput
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.JobInputs")>]
type JobInputs = class
    inherit JobInput
Public Class JobInputs
Inherits JobInput
Inheritance
JobInputs
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

JobInputs()

Initializes a new instance of the JobInputs class.

JobInputs(IList<JobInput>)

Initializes a new instance of the JobInputs class.

Properties

Inputs

Gets or sets list of inputs to a Job.

Applies to