IPrometheusRule.For Property

Definition

The amount of time alert must be active before firing.

[Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.Info(Description="The amount of time alert must be active before firing.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="for")]
public TimeSpan? For { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.Info(Description="The amount of time alert must be active before firing.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="for")>]
member this.For : Nullable<TimeSpan> with get, set
Public Property For As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to