次の方法で共有


ServiceLoadMetric.DefaultLoad プロパティ

定義

ステートレス サービスにのみ使用されるを取得または設定します。 このメトリックに対してこのサービスによって作成される既定の負荷量 (数値)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象