Share via


ExitConditions.ExitCodeRanges Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="exitCodeRanges")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeRangeMapping> ExitCodeRanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="exitCodeRanges")>]
member this.ExitCodeRanges : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ExitCodeRangeMapping> with get, set
Public Property ExitCodeRanges As IList(Of ExitCodeRangeMapping)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to