Class MetricAlertCriteria

java.lang.Object
com.microsoft.azure.management.monitor.MetricAlertCriteria
Direct Known Subclasses:
MetricAlertMultipleResourceMultipleMetricCriteria, MetricAlertSingleResourceMultipleMetricCriteria

public class MetricAlertCriteria extends Object
The rule criteria that defines the conditions of the alert rule.
  • Constructor Details

    • MetricAlertCriteria

      public MetricAlertCriteria()
  • Method Details

    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get unmatched properties from the message are deserialized this collection.
      Returns:
      the additionalProperties value
    • withAdditionalProperties

      public MetricAlertCriteria withAdditionalProperties(Map<String,Object> additionalProperties)
      Set unmatched properties from the message are deserialized this collection.
      Parameters:
      additionalProperties - the additionalProperties value to set
      Returns:
      the MetricAlertCriteria object itself.