Uses of Class
com.microsoft.azure.management.monitor.MetricCriteria
Packages that use MetricCriteria
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetricCriteria in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricCriteriaModifier and TypeMethodDescriptionMetricCriteria.withOperator
(Object operator) Set the criteria operator.MetricCriteria.withThreshold
(double threshold) Set the criteria threshold value that activates the alert.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetricCriteriaModifier and TypeMethodDescriptionMetricAlertSingleResourceMultipleMetricCriteria.allOf()
Get the list of metric criteria for this 'all of' operation.Method parameters in com.microsoft.azure.management.monitor with type arguments of type MetricCriteriaModifier and TypeMethodDescriptionMetricAlertSingleResourceMultipleMetricCriteria.withAllOf
(List<MetricCriteria> allOf) Set the list of metric criteria for this 'all of' operation.