Share via


ExitConditions.FileUploadError Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="fileUploadError")]
public Microsoft.Azure.Batch.Protocol.Models.ExitOptions FileUploadError { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fileUploadError")>]
member this.FileUploadError : Microsoft.Azure.Batch.Protocol.Models.ExitOptions with get, set
Public Property FileUploadError As ExitOptions

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

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