次の方法で共有


AutoscaleSettingResource.Enabled プロパティ

定義

有効なフラグを取得または設定します。 リソースに対して自動スケーリングが有効かどうかを指定します。 既定値は、"true" です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象