Share via


AutoHealTriggers.SlowRequestsWithPath Property

Definition

Gets or sets a rule based on multiple Slow Requests Rule with path

[Newtonsoft.Json.JsonProperty(PropertyName="slowRequestsWithPath")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.SlowRequestsBasedTrigger> SlowRequestsWithPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="slowRequestsWithPath")>]
member this.SlowRequestsWithPath : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.SlowRequestsBasedTrigger> with get, set
Public Property SlowRequestsWithPath As IList(Of SlowRequestsBasedTrigger)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to