PromQLCriteria.AllOf Property

Definition

The list of promQL criteria. Alert will be raised when all conditions are met. Please note MultiPromQLCriteria is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DynamicPromQLCriteria and StaticPromQLCriteria.

public System.Collections.Generic.IList<Azure.ResourceManager.Monitor.Models.MultiPromQLCriteria> AllOf { get; }
member this.AllOf : System.Collections.Generic.IList<Azure.ResourceManager.Monitor.Models.MultiPromQLCriteria>
Public ReadOnly Property AllOf As IList(Of MultiPromQLCriteria)

Property Value

Applies to