public class MetricAlertSingleResourceMultipleMetricCriteria extends MetricAlertCriteria
| Constructor and Description |
|---|
MetricAlertSingleResourceMultipleMetricCriteria() |
| Modifier and Type | Method and Description |
|---|---|
List<MetricCriteria> |
allOf()
Get the list of metric criteria for this 'all of' operation.
|
MetricAlertSingleResourceMultipleMetricCriteria |
withAllOf(List<MetricCriteria> allOf)
Set 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/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/