共用方式為


AutoScaleSettings.MinimumNodeCount 屬性

定義

取得或設定最小節點計數。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

Batch AI 服務會嘗試配置給叢集的計算節點數目下限。 請注意,如果訂用帳戶沒有足夠的配額滿足要求,節點的實際數目可能會小於指定的值。

適用於