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)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET