次の方法で共有


ManualScaleSettings.TargetNodeCount プロパティ

定義

ターゲット ノード数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

クラスター内のコンピューティング ノードの必要な数。 既定値は 0 です。

適用対象