public class MetricAlertCriteria extends Object
| Constructor and Description |
|---|
MetricAlertCriteria() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties property: The rule criteria that defines the conditions of the alert rule.
|
void |
validate()
Validates the instance.
|
MetricAlertCriteria |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The rule criteria that defines the conditions of the alert rule.
|
public Map<String,Object> additionalProperties()
public MetricAlertCriteria withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - the additionalProperties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.