ExitConditions.Default Property

Definition

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