Uses of Class
com.azure.ai.metricsadvisor.administration.models.MetricAnomalyAlertScope
Packages that use MetricAnomalyAlertScope
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of MetricAnomalyAlertScope in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return MetricAnomalyAlertScopeModifier and TypeMethodDescriptionstatic MetricAnomalyAlertScopeMetricAnomalyAlertScope.forSeriesGroup(DimensionKey seriesGroupId) Creates an MetricAnomalyAlertScope indicating that alert should be generated when anomalies are detected in a specific time series group of a metric.static MetricAnomalyAlertScopeMetricAnomalyAlertScope.forTopNGroup(int top, int period, int minTopCount) Creates an MetricAnomalyAlertScope based on TopN scoping rule.static MetricAnomalyAlertScopeMetricAnomalyAlertScope.forTopNGroup(TopNGroupScope topNGroup) Creates an MetricAnomalyAlertScope based on TopN scope.static MetricAnomalyAlertScopeMetricAnomalyAlertScope.forWholeSeries()Creates an MetricAnomalyAlertScope indicating that alert should be generated when anomalies are detected in any of the time series of a metric.MetricAlertConfiguration.getAlertScope()Gets the alert scope.Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type MetricAnomalyAlertScopeModifier and TypeMethodDescriptionMetricAlertConfiguration.setScopeOfAlertTo(MetricAnomalyAlertScope alertScope) Sets the alert scope.Constructors in com.azure.ai.metricsadvisor.administration.models with parameters of type MetricAnomalyAlertScopeModifierConstructorDescriptionMetricAlertConfiguration(String detectionConfigurationId, MetricAnomalyAlertScope alertScope) Creates a new instance of MetricAlertConfiguration.MetricAlertConfiguration(String detectionConfigurationId, MetricAnomalyAlertScope alertScope, boolean negationOperation) Creates a new instance of MetricAlertConfiguration.