共用方式為


ScaleSettings.FixedScale 屬性

定義

取得或設定集區的固定擴展設定。

[Newtonsoft.Json.JsonProperty(PropertyName="fixedScale")]
public Microsoft.Azure.Management.Batch.Models.FixedScaleSettings FixedScale { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fixedScale")>]
member this.FixedScale : Microsoft.Azure.Management.Batch.Models.FixedScaleSettings with get, set
Public Property FixedScale As FixedScaleSettings

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

此屬性和 autoScale 互斥,而且必須指定其中一個屬性。

適用於