Share via


SiteConfig.AutoHealEnabled Property

Definition

true if Auto Heal is enabled; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)]
public bool? AutoHealEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)>]
member this.AutoHealEnabled : Nullable<bool> with get, set
Public Property AutoHealEnabled As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to