ExitConditions.FileUploadError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET