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