IScheduledAlertRule.QueryPeriod Property

Definition

The period (in ISO 8601 duration format) that this alert rule looks at.

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

Property Value

Attributes

Applies to