Share via


ExitConditions.ExitCodes Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to