SiteConfigResourceInner.AutoHealEnabled Property

Definition

Gets or sets <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to