Class MetricAlertCriteria
java.lang.Object
com.microsoft.azure.management.monitor.MetricAlertCriteria
- Direct Known Subclasses:
MetricAlertMultipleResourceMultipleMetricCriteria
,MetricAlertSingleResourceMultipleMetricCriteria
The rule criteria that defines the conditions of the alert rule.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet unmatched properties from the message are deserialized this collection.withAdditionalProperties
(Map<String, Object> additionalProperties) Set unmatched properties from the message are deserialized this collection.
-
Constructor Details
-
MetricAlertCriteria
public MetricAlertCriteria()
-
-
Method Details
-
additionalProperties
Get unmatched properties from the message are deserialized this collection.- Returns:
- the additionalProperties value
-
withAdditionalProperties
Set unmatched properties from the message are deserialized this collection.- Parameters:
additionalProperties
- the additionalProperties value to set- Returns:
- the MetricAlertCriteria object itself.
-