Class MetricAlertSingleResourceMultipleMetricCriteria
java.lang.Object
com.microsoft.azure.management.monitor.MetricAlertCriteria
com.microsoft.azure.management.monitor.MetricAlertSingleResourceMultipleMetricCriteria
Specifies the metric alert criteria for a single resource that has multiple
metric criteria.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallOf()
Get the list of metric criteria for this 'all of' operation.withAllOf
(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
-
Constructor Details
-
MetricAlertSingleResourceMultipleMetricCriteria
public MetricAlertSingleResourceMultipleMetricCriteria()
-
-
Method Details
-
allOf
Get the list of metric criteria for this 'all of' operation.- Returns:
- the allOf value
-
withAllOf
Set the list of metric criteria for this 'all of' operation.- Parameters:
allOf
- the allOf value to set- Returns:
- the MetricAlertSingleResourceMultipleMetricCriteria object itself.
-