次の方法で共有


MetricAlertConfiguration.UseDetectionResultToFilterAnomalies プロパティ

定義

に設定した true場合、これは MetricAlertConfiguration アラートに異常を直接追加するために使用できません。 代わりに、それを含む AnomalyAlertConfigurationへのフィルターとしてのみ使用され、アラートに追加すべきではない異常を除外します。 異常がこの構成によって設定された条件を満たさない場合は、アラートに追加できません。 既定値は false です。

public bool? UseDetectionResultToFilterAnomalies { get; set; }
member this.UseDetectionResultToFilterAnomalies : Nullable<bool> with get, set
Public Property UseDetectionResultToFilterAnomalies As Nullable(Of Boolean)

プロパティ値

注釈

このプロパティを に true 設定し、 に他の MetricAlertConfigurations構成がない場合、アラートはトリガーされません。

適用対象