IAutoHealRules.TriggerSlowRequestsWithPath Property

Definition

A rule based on multiple Slow Requests Rule with path

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="A rule based on multiple Slow Requests Rule with path", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISlowRequestsBasedTrigger) }, Read=true, ReadOnly=false, Required=false, SerializedName="slowRequestsWithPath", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISlowRequestsBasedTrigger> TriggerSlowRequestsWithPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="A rule based on multiple Slow Requests Rule with path", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISlowRequestsBasedTrigger) }, Read=true, ReadOnly=false, Required=false, SerializedName="slowRequestsWithPath", Update=true)>]
member this.TriggerSlowRequestsWithPath : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISlowRequestsBasedTrigger> with get, set
Public Property TriggerSlowRequestsWithPath As List(Of ISlowRequestsBasedTrigger)

Property Value

Attributes

Applies to