你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AnomalyFilter Class

Definition

public class AnomalyFilter
type AnomalyFilter = class
Public Class AnomalyFilter
Inheritance
AnomalyFilter

Constructors

Name Description
AnomalyFilter()

Initializes a new instance of the AnomalyFilter class.

AnomalyFilter(AnomalySeverity, AnomalySeverity)

Initializes a new instance of the AnomalyFilter class.

Properties

Name Description
DimensionKeys

Filters the result by time series. Each element in this list represents a set of time series, and only anomalies detected in at least one of these sets will be returned. For each element, if all possible dimensions are set, the key uniquely identifies a single time series for the corresponding metric. If only a subset of dimensions are set, the key uniquely identifies a group of time series.

MaximumSeverity

The maximum severity level an anomaly must have to be returned.

MinimumSeverity

The minimum severity level an anomaly must have to be returned.

Applies to