次の方法で共有


ExitConditions.ExitCodeRanges プロパティ

定義

タスク終了コード範囲の一覧と、Batch サービスがそれらに応答する方法を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象