Share via


MetricAlertMultipleResourceMultipleMetricCriteria.AllOf Property

Definition

the list of multiple metric criteria for this 'all of' operation. Please note MultiMetricCriteria 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 DynamicMetricCriteria and MetricCriteria.

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

Property Value

Applies to