你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchTask.OutputFiles Property

Definition

A list of files that the Batch service will upload from the Compute Node after running the command line. For multi-instance Tasks, the files will only be uploaded from the Compute Node on which the primary Task is executed.

public System.Collections.Generic.IReadOnlyList<Azure.Compute.Batch.OutputFile> OutputFiles { get; }
member this.OutputFiles : System.Collections.Generic.IReadOnlyList<Azure.Compute.Batch.OutputFile>
Public ReadOnly Property OutputFiles As IReadOnlyList(Of OutputFile)

Property Value

Applies to