次の方法で共有


RemediationPropertiesFailureThreshold.Percentage プロパティ

定義

エラーの割合のしきい値を表す 0.0 から 1.0 までの数値を取得または設定します。 修復操作の失敗 (デプロイの失敗) の割合がこのしきい値を超えると、修復は失敗します。

[Newtonsoft.Json.JsonProperty(PropertyName="percentage")]
public double? Percentage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="percentage")>]
member this.Percentage : Nullable<double> with get, set
Public Property Percentage As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象