MetricAlertMultipleResourceMultipleMetricCriteria.AllOf Property

Definition

The list of multiple metric criteria for this 'all of' operation. Please note Azure.ResourceManager.Monitor.Models.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 Azure.ResourceManager.Monitor.Models.DynamicMetricCriteria and Azure.ResourceManager.Monitor.Models.MetricCriteria.

public Azure.Provisioning.BicepList<Azure.Provisioning.Monitor.MultiMetricCriteria> AllOf { get; set; }
member this.AllOf : Azure.Provisioning.BicepList<Azure.Provisioning.Monitor.MultiMetricCriteria> with get, set
Public Property AllOf As BicepList(Of MultiMetricCriteria)

Property Value

Applies to