DataPointAnomaly.MetricId 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 unique identifier of the DataFeedMetric of the time series in which this
anomaly has been detected. 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 string MetricId { get; }
member this.MetricId : string
Public ReadOnly Property MetricId As String