JobExecutionInner.CurrentAttempts プロパティ

定義

ジョブの実行が試行された回数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.currentAttempts")]
public int? CurrentAttempts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.currentAttempts")>]
member this.CurrentAttempts : Nullable<int> with get, set
Public Property CurrentAttempts As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象