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

ExitConditions.FileUploadError 属性

定义

获取或设置发生文件上传错误时 Batch 服务应如何响应。

public Microsoft.Azure.Batch.ExitOptions FileUploadError { get; set; }
member this.FileUploadError : Microsoft.Azure.Batch.ExitOptions with get, set
Public Property FileUploadError As ExitOptions

属性值

注解

如果任务退出时使用通过 ExitCodesExitCodeRanges指定的退出代码,然后遇到文件上传错误,则退出代码指定的操作优先。

适用于