IScheduledAlertRule.QueryFrequency Property

Definition

The frequency (in ISO 8601 duration format) for this alert rule to run.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The frequency (in ISO 8601 duration format) for this alert rule to run.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="queryFrequency", Update=true)]
public TimeSpan? QueryFrequency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The frequency (in ISO 8601 duration format) for this alert rule to run.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="queryFrequency", Update=true)>]
member this.QueryFrequency : Nullable<TimeSpan> with get, set
Public Property QueryFrequency As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to