共用方式為


ScaleSettings.AutoScale 屬性

定義

取得或設定集區的自動調整設定。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

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

適用於