Compartir a través de


AppServiceEnvironmentPatchResource.DynamicCacheEnabled Propiedad

Definición

Obtiene o establece true/false que indica si el App Service Environment está suspendido. El entorno se puede suspender, por ejemplo, cuando el punto de conexión de administración ya no está disponible (lo más probable es que el grupo de seguridad de red bloquee el tráfico entrante).

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a