次の方法で共有


Rollout.TotalRetryAttempts プロパティ

定義

特定の時点でロールアウトで実行された再試行の合計数のカーディナルカウントを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.totalRetryAttempts")]
public int? TotalRetryAttempts { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.totalRetryAttempts")>]
member this.TotalRetryAttempts : Nullable<int>
Public ReadOnly Property TotalRetryAttempts As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象