AppServiceEnvironmentInner.DynamicCacheEnabled Property

Definition

Gets or sets true/false indicating whether the App Service Environment is suspended. The environment can be suspended e.g. when the management endpoint is no longer available (most likely because NSG blocked the incoming traffic).

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to