public class MetricAlertSingleResourceMultipleMetricCriteria extends MetricAlertCriteria
| Constructor and Description |
|---|
MetricAlertSingleResourceMultipleMetricCriteria() |
| Modifier and Type | Method and Description |
|---|---|
List<MetricCriteria> |
allOf()
Get the allOf property: The list of metric criteria for this 'all of' operation.
|
void |
validate()
Validates the instance.
|
MetricAlertSingleResourceMultipleMetricCriteria |
withAllOf(List<MetricCriteria> allOf)
Set the allOf property: The list of metric criteria for this 'all of' operation.
|
additionalProperties, withAdditionalPropertiespublic MetricAlertSingleResourceMultipleMetricCriteria()
public List<MetricCriteria> allOf()
public MetricAlertSingleResourceMultipleMetricCriteria withAllOf(List<MetricCriteria> allOf)
allOf - the allOf value to set.public void validate()
validate in class MetricAlertCriteriaIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.