MetricEnrichedSeriesData.IsAnomaly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether or not a data point is considered an anomaly, according to the associated AnomalyDetectionConfiguration.
public System.Collections.Generic.IReadOnlyList<bool?> IsAnomaly { get; }
member this.IsAnomaly : System.Collections.Generic.IReadOnlyList<Nullable<bool>>
Public ReadOnly Property IsAnomaly As IReadOnlyList(Of Nullable(Of Boolean))