Share via


IScheduledQueryRuleResource.OverrideQueryTimeRange Property

Definition

If specified then overrides the query time range (default is WindowSize*NumberOfEvaluationPeriods). Relevant only for rules of the kind LogAlert.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Info(Create=true, Description="If specified then overrides the query time range (default is WindowSize*NumberOfEvaluationPeriods). Relevant only for rules of the kind LogAlert.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="overrideQueryTimeRange", Update=true)]
public TimeSpan? OverrideQueryTimeRange { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Info(Create=true, Description="If specified then overrides the query time range (default is WindowSize*NumberOfEvaluationPeriods). Relevant only for rules of the kind LogAlert.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="overrideQueryTimeRange", Update=true)>]
member this.OverrideQueryTimeRange : Nullable<TimeSpan> with get, set
Public Property OverrideQueryTimeRange As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to