Class MetricAlertCriteria
- java.lang.Object
-
- com.microsoft.azure.management.monitor.MetricAlertCriteria
-
- Direct Known Subclasses:
MetricAlertSingleResourceMultipleMetricCriteria
public class MetricAlertCriteria extends Object
The rule criteria that defines the conditions of the alert rule.
-
-
Constructor Summary
Constructors Constructor Description MetricAlertCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get unmatched properties from the message are deserialized this collection.MetricAlertCriteriawithAdditionalProperties(Map<String,Object> additionalProperties)Set unmatched properties from the message are deserialized this collection.
-
-
-
Method Detail
-
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.
-
-