ScheduledAlertRuleCommonProperties.QueryPeriod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The period (in ISO 8601 duration format) that this alert rule looks at.
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Origin(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PropertyOrigin.Owned)]
public TimeSpan? QueryPeriod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Origin(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PropertyOrigin.Owned)>]
member this.QueryPeriod : Nullable<TimeSpan> with get, set
Public Property QueryPeriod As Nullable(Of TimeSpan)
Property Value
Implements
- Attributes