ExitConditions.ExitCodeRanges Property

Definition

Gets or sets a list of task exit code ranges and how the Batch service should respond to them.

public System.Collections.Generic.IList<Microsoft.Azure.Batch.ExitCodeRangeMapping> ExitCodeRanges { get; set; }
member this.ExitCodeRanges : System.Collections.Generic.IList<Microsoft.Azure.Batch.ExitCodeRangeMapping> with get, set
Public Property ExitCodeRanges As IList(Of ExitCodeRangeMapping)

Property Value

Applies to