Uses of Class
com.azure.resourcemanager.monitor.models.MultiMetricCriteria
Packages that use MultiMetricCriteria
Package
Description
Package containing the data models for MonitorClient.
-
Uses of MultiMetricCriteria in com.azure.resourcemanager.monitor.models
Subclasses of MultiMetricCriteria in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionfinal classCriterion for dynamic threshold.final classCriterion to filter metrics.Methods in com.azure.resourcemanager.monitor.models that return MultiMetricCriteriaModifier and TypeMethodDescriptionstatic MultiMetricCriteriaMultiMetricCriteria.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MultiMetricCriteria from the JsonReader.MultiMetricCriteria.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: The types of conditions for a multi resource alert.MultiMetricCriteria.withDimensions(List<MetricDimension> dimensions) Set the dimensions property: List of dimension conditions.MultiMetricCriteria.withMetricName(String metricName) Set the metricName property: Name of the metric.MultiMetricCriteria.withMetricNamespace(String metricNamespace) Set the metricNamespace property: Namespace of the metric.Set the name property: Name of the criteria.MultiMetricCriteria.withSkipMetricValidation(Boolean skipMetricValidation) Set the skipMetricValidation property: Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped.MultiMetricCriteria.withTimeAggregation(AggregationTypeEnum timeAggregation) Set the timeAggregation property: the criteria time aggregation types.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MultiMetricCriteriaModifier and TypeMethodDescriptionMetricAlertMultipleResourceMultipleMetricCriteria.allOf()Get the allOf property: the list of multiple metric criteria for this 'all of' operation.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type MultiMetricCriteriaModifier and TypeMethodDescriptionMetricAlertMultipleResourceMultipleMetricCriteria.withAllOf(List<MultiMetricCriteria> allOf) Set the allOf property: the list of multiple metric criteria for this 'all of' operation.