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

AnomalyDetectionConfiguration.SeriesGroupDetectionConditions Property

Definition

The anomaly detection conditions to be applied to groups of time series. Be aware that these are only default conditions. They will only be applied to a new data point if the list SeriesDetectionConditions does not specify conditions for the point's time series. Also, note that these conditions overwrite the ones specified by WholeSeriesDetectionConditions.

public System.Collections.Generic.IList<Azure.AI.MetricsAdvisor.Models.MetricSeriesGroupDetectionCondition> SeriesGroupDetectionConditions { get; }
member this.SeriesGroupDetectionConditions : System.Collections.Generic.IList<Azure.AI.MetricsAdvisor.Models.MetricSeriesGroupDetectionCondition>
Public ReadOnly Property SeriesGroupDetectionConditions As IList(Of MetricSeriesGroupDetectionCondition)

Property Value

Exceptions

Applies to