次の方法で共有


ServiceLoadMetric.Weight プロパティ

定義

このサービスに対して構成されている他のメトリックと比較して、サービスの負荷メトリックの相対的な重みを数値で取得または設定します。 指定できる値は、'Zero'、'Low'、'Medium'、'High' です。

[Newtonsoft.Json.JsonProperty(PropertyName="weight")]
public string Weight { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="weight")>]
member this.Weight : string with get, set
Public Property Weight As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象