次の方法で共有


ServiceLoadMetric.SecondaryDefaultLoad プロパティ

定義

ステートフル サービスにのみ使用されるを取得または設定します。 サービスがセカンダリ レプリカである場合、このサービスがメトリックのために作成する既定の負荷量で、数値で表されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象