Uses of Class
com.microsoft.azure.management.monitor.MetricCriteria
-
-
Uses of MetricCriteria in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricCriteria Modifier and Type Method Description MetricCriteriaMetricCriteria. withDimensions(List<MetricDimension> dimensions)Set list of dimension conditions.MetricCriteriaMetricCriteria. withMetricName(String metricName)Set name of the metric.MetricCriteriaMetricCriteria. withMetricNamespace(String metricNamespace)Set namespace of the metric.MetricCriteriaMetricCriteria. withName(String name)Set name of the criteria.MetricCriteriaMetricCriteria. withOperator(MetricAlertRuleCondition operator)Set the criteria operator.MetricCriteriaMetricCriteria. withThreshold(double threshold)Set the criteria threshold value that activates the alert.MetricCriteriaMetricCriteria. withTimeAggregation(MetricAlertRuleTimeAggregation timeAggregation)Set the criteria time aggregation types.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetricCriteria Modifier and Type Method Description List<MetricCriteria>MetricAlertSingleResourceMultipleMetricCriteria. 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 MetricCriteria Modifier and Type Method Description MetricAlertSingleResourceMultipleMetricCriteriaMetricAlertSingleResourceMultipleMetricCriteria. withAllOf(List<MetricCriteria> allOf)Set the list of metric criteria for this 'all of' operation.
-