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

ExitConditions.FileUploadError Property

Definition

Gets or sets how the Batch service should respond if a file upload error occurs.

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

Property Value

Remarks

If the task exited with an exit code that was specified via ExitCodes or ExitCodeRanges, and then encountered a file upload error, then the action specified by the exit code takes precedence.

Applies to