AutoHealRules.Triggers Property

Definition

Gets or sets conditions that describe when to execute the auto-heal actions.

[Newtonsoft.Json.JsonProperty(PropertyName="triggers")]
public Microsoft.Azure.Management.WebSites.Models.AutoHealTriggers Triggers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="triggers")>]
member this.Triggers : Microsoft.Azure.Management.WebSites.Models.AutoHealTriggers with get, set
Public Property Triggers As AutoHealTriggers

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to