Class MetricAlertSingleResourceMultipleMetricCriteria
- java.lang.Object
-
- com.microsoft.azure.management.monitor.MetricAlertCriteria
-
- com.microsoft.azure.management.monitor.MetricAlertSingleResourceMultipleMetricCriteria
-
public class MetricAlertSingleResourceMultipleMetricCriteria extends MetricAlertCriteria
Specifies the metric alert criteria for a single resource that has multiple metric criteria.
-
-
Constructor Summary
Constructors Constructor Description MetricAlertSingleResourceMultipleMetricCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MetricCriteria>allOf()Get the list of metric criteria for this 'all of' operation.MetricAlertSingleResourceMultipleMetricCriteriawithAllOf(List<MetricCriteria> allOf)Set the list of metric criteria for this 'all of' operation.-
Methods inherited from class com.microsoft.azure.management.monitor.MetricAlertCriteria
additionalProperties, withAdditionalProperties
-
-
-
-
Method Detail
-
allOf
public List<MetricCriteria> allOf()
Get the list of metric criteria for this 'all of' operation.- Returns:
- the allOf value
-
withAllOf
public MetricAlertSingleResourceMultipleMetricCriteria withAllOf(List<MetricCriteria> allOf)
Set the list of metric criteria for this 'all of' operation.- Parameters:
allOf- the allOf value to set- Returns:
- the MetricAlertSingleResourceMultipleMetricCriteria object itself.
-
-