Share via


Job.Outputs Property

Definition

Gets or sets the outputs for the Job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to