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

CloudTask.OutputFiles 属性

定义

获取或设置运行命令行后 Batch 服务将从计算节点上传的文件列表。

public System.Collections.Generic.IList<Microsoft.Azure.Batch.OutputFile> OutputFiles { get; set; }
member this.OutputFiles : System.Collections.Generic.IList<Microsoft.Azure.Batch.OutputFile> with get, set
Public Property OutputFiles As IList(Of OutputFile)

属性值

适用于