IScheduledAlertRule.TriggerThreshold Property

Definition

The threshold triggers this alert rule.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The threshold triggers this alert rule.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="triggerThreshold", Update=true)]
public int? TriggerThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The threshold triggers this alert rule.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="triggerThreshold", Update=true)>]
member this.TriggerThreshold : Nullable<int> with get, set
Public Property TriggerThreshold As Nullable(Of Integer)

Property Value

Attributes

Applies to