AutoScaleSettings.InitialNodeCount プロパティ

定義

初期ノード数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

クラスターの作成時に割り当てるコンピューティング ノードの数。 この値は、クラスターの作成時にのみ使用されることに注意してください。 既定値は0。

適用対象