Share via


JobManagerTask.OutputFiles Property

Definition

Gets or sets a list of files that the Batch service will upload from the Compute Node after running the command line.

[Newtonsoft.Json.JsonProperty(PropertyName="outputFiles")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.OutputFile> OutputFiles { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="outputFiles")>]
member this.OutputFiles : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.OutputFile> with get, set
Public Property OutputFiles As IList(Of OutputFile)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

For multi-instance Tasks, the files will only be uploaded from the Compute Node on which the primary Task is executed.

Applies to