Compartir a través de


ExitConditions.ExitCodes Propiedad

Definición

Obtiene o establece una lista de códigos de salida de tarea individuales y cómo debe responder el servicio Batch.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a