MetricAlertSingleResourceMultipleMetricCriteria Class

Definition

Specifies the metric alert criteria for a single resource that has multiple metric criteria.

[Newtonsoft.Json.JsonObject("Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria")]
public class MetricAlertSingleResourceMultipleMetricCriteria : Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria
[<Newtonsoft.Json.JsonObject("Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria")>]
type MetricAlertSingleResourceMultipleMetricCriteria = class
    inherit MetricAlertCriteria
Public Class MetricAlertSingleResourceMultipleMetricCriteria
Inherits MetricAlertCriteria
Inheritance
MetricAlertSingleResourceMultipleMetricCriteria
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

MetricAlertSingleResourceMultipleMetricCriteria()

Initializes a new instance of the MetricAlertSingleResourceMultipleMetricCriteria class.

MetricAlertSingleResourceMultipleMetricCriteria(IDictionary<String,Object>, IList<MetricCriteria>)

Initializes a new instance of the MetricAlertSingleResourceMultipleMetricCriteria class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from MetricAlertCriteria)
AllOf

Gets or sets the list of metric criteria for this 'all of' operation.

Applies to