Uses of Class
com.azure.ai.metricsadvisor.administration.models.MetricAnomalyAlertScopeType
Packages that use MetricAnomalyAlertScopeType
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of MetricAnomalyAlertScopeType in com.azure.ai.metricsadvisor.administration.models
Fields in com.azure.ai.metricsadvisor.administration.models declared as MetricAnomalyAlertScopeTypeModifier and TypeFieldDescriptionstatic final MetricAnomalyAlertScopeTypeMetricAnomalyAlertScopeType.SERIES_GROUPIndicate that alert is scoped to a specific time series group of a metric.static final MetricAnomalyAlertScopeTypeMetricAnomalyAlertScopeType.TOP_NIndicate that alert is scoped to TopN time series.static final MetricAnomalyAlertScopeTypeMetricAnomalyAlertScopeType.WHOLE_SERIESIndicate that alert is scoped to the whole time series of a metric.Methods in com.azure.ai.metricsadvisor.administration.models that return MetricAnomalyAlertScopeTypeModifier and TypeMethodDescriptionstatic MetricAnomalyAlertScopeTypeMetricAnomalyAlertScopeType.fromString(String name) Creates or finds a MetricAnomalyAlertScopeType from its string representation.MetricAnomalyAlertScope.getScopeType()Gets the scope type.Methods in com.azure.ai.metricsadvisor.administration.models that return types with arguments of type MetricAnomalyAlertScopeTypeModifier and TypeMethodDescriptionMetricAnomalyAlertScopeType.values()Gets the collections of all MetricAnomalyAlertScopeType values.