Share via


JobInputs.Inputs Property

Definition

Gets or sets list of inputs to a Job.

[Newtonsoft.Json.JsonProperty(PropertyName="inputs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.JobInput> Inputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inputs")>]
member this.Inputs : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.JobInput> with get, set
Public Property Inputs As IList(Of JobInput)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to