ExitConditions.Default 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 the task fails with an exit condition not covered by any of the other properties.
public Microsoft.Azure.Batch.ExitOptions Default { get; set; }
member this.Default : Microsoft.Azure.Batch.ExitOptions with get, set
Public Property Default As ExitOptions
Property Value
Remarks
This value is used if the task exits with any nonzero exit code not listed in the ExitCodes or ExitCodeRanges collection, with a preprocessing error if the PreProcessingError property is not present, or with a file upload failure if the FileUploadError property is not present.
Applies to
Azure SDK for .NET