DataPointAnomaly.Status Property

Definition

The status of the issue that caused this DataPointAnomaly. This property is only populated when calling GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken) or GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken). For other overloads, this property will be null.

public Azure.AI.MetricsAdvisor.Models.AnomalyStatus? Status { get; }
member this.Status : Nullable<Azure.AI.MetricsAdvisor.Models.AnomalyStatus>
Public ReadOnly Property Status As Nullable(Of AnomalyStatus)

Property Value

Applies to