次の方法で共有


AgentPoolInner.EnableAutoScaling プロパティ

定義

自動スケーラーを有効にするかどうかを取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableAutoScaling")]
public bool? EnableAutoScaling { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableAutoScaling")>]
member this.EnableAutoScaling : Nullable<bool> with get, set
Public Property EnableAutoScaling As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象