Uses of Class
com.azure.ai.metricsadvisor.administration.models.MetricAlertConfiguration
Packages that use MetricAlertConfiguration
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of MetricAlertConfiguration in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return MetricAlertConfigurationModifier and TypeMethodDescriptionMetricAlertConfiguration.setAlertConditions(MetricAnomalyAlertConditions alertConditions) Sets the conditions to be applied on the detected anomalies to decide whether it should be included in the alert or not.MetricAlertConfiguration.setAlertSnoozeCondition(MetricAnomalyAlertSnoozeCondition snoozeCondition) Sets the snooze condition.MetricAlertConfiguration.setNegationOperation(boolean negationOperation) Sets the negation value.MetricAlertConfiguration.setScopeOfAlertTo(MetricAnomalyAlertScope alertScope) Sets the alert scope.Methods in com.azure.ai.metricsadvisor.administration.models that return types with arguments of type MetricAlertConfigurationModifier and TypeMethodDescriptionAnomalyAlertConfiguration.getMetricAlertConfigurations()Gets all metric level alert configurations.Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type MetricAlertConfigurationModifier and TypeMethodDescriptionAnomalyAlertConfiguration.addMetricAlertConfiguration(MetricAlertConfiguration configuration) Adds a new metric level alert configuration.Method parameters in com.azure.ai.metricsadvisor.administration.models with type arguments of type MetricAlertConfigurationModifier and TypeMethodDescriptionAnomalyAlertConfiguration.setMetricAlertConfigurations(List<MetricAlertConfiguration> configurations) Sets the metric level alert configurations.