AnomalyIncident Class
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 IncidentResult.
public class AnomalyIncident
type AnomalyIncident = class
Public Class AnomalyIncident
- Inheritance
-
AnomalyIncident
Properties
DataFeedId |
The unique identifier of the DataFeed in which this incident was detected. This
property is only populated when calling
GetIncidentsForAlert(String, String, GetIncidentsForAlertOptions, CancellationToken) or
GetIncidentsForAlertAsync(String, String, GetIncidentsForAlertOptions, CancellationToken).
For other overloads, this property will be |
DetectionConfigurationId |
The unique identifier of the AnomalyDetectionConfiguration that detected this AnomalyIncident. |
ExpectedValueOfRootNode |
The expected value of the data point at the root node of this incident, according to the
service's smart detector. The root node is defined as the data point at the root of this
incident's root-cause analysis tree. |
Id |
The unique identifier of this AnomalyIncident. |
LastDetectedOn |
Corresponds to the time, in UTC, when the last associated DataPointAnomaly occurred. |
MetricId |
The unique identifier of the DataFeedMetric of the time series in which this
AnomalyIncident has been detected. This property is only populated when calling
GetIncidentsForAlert(String, String, GetIncidentsForAlertOptions, CancellationToken) or
GetIncidentsForAlertAsync(String, String, GetIncidentsForAlertOptions, CancellationToken).
For other overloads, this property will be |
RootSeriesKey |
The key that, within a metric, uniquely identifies the time series in which the data point at the root of this AnomalyIncident has been detected. The root node is defined as the data point at the root of this incident's root-cause analysis tree. In this key, a value is assigned to every possible dimension. |
Severity |
The severity of the detected AnomalyIncident, as evaluated by the service. |
StartedOn |
Corresponds to the time, in UTC, when the first associated DataPointAnomaly occurred. |
Status |
The current status of this AnomalyIncident. |
ValueOfRootNode |
The value of the data point at the root node of this incident. The root node is defined as the data point at the root of this incident's root-cause analysis tree. |