次の方法で共有


AppServiceEnvironmentInner.DynamicCacheEnabled プロパティ

定義

App Service Environmentが中断されているかどうかを示す true/false を取得または設定します。 管理エンドポイントが使用できなくなった場合など、環境を中断できます (NSG によって着信トラフィックがブロックされた可能性が高い)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象