DataPointAnomaly.Status 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.
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)