ExitConditions.ExitCodes Property

Definition

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

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

Property Value

Applies to