AnomalyIncident.DataFeedId 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 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 null
.
public string DataFeedId { get; }
member this.DataFeedId : string
Public ReadOnly Property DataFeedId As String
Property Value
Applies to
Azure SDK for .NET