Share via


IScheduledAlertRuleTemplate.QueryPeriod Property

Definition

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

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

Property Value

Attributes

Applies to