你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MetricsAdvisorClient.GetIncidentsForAlertAsync 方法

定义

给定警报后,获取与触发警报的异常相关的事件。 还必须指定关联的 AnomalyAlertConfiguration

public virtual Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.AnomalyIncident> GetIncidentsForAlertAsync (string alertConfigurationId, string alertId, Azure.AI.MetricsAdvisor.GetIncidentsForAlertOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIncidentsForAlertAsync : string * string * Azure.AI.MetricsAdvisor.GetIncidentsForAlertOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.AnomalyIncident>
override this.GetIncidentsForAlertAsync : string * string * Azure.AI.MetricsAdvisor.GetIncidentsForAlertOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.AnomalyIncident>
Public Overridable Function GetIncidentsForAlertAsync (alertConfigurationId As String, alertId As String, Optional options As GetIncidentsForAlertOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AnomalyIncident)

参数

alertConfigurationId
String

AnomalyAlertConfiguration 的唯一标识符。

alertId
String

警报的唯一标识符。

options
GetIncidentsForAlertOptions

用于配置请求行为的可选选项集。

cancellationToken
CancellationToken

控制 CancellationToken 请求生存期的 。

返回

包含 AsyncPageable<T> 的集合的 AnomalyIncident

例外

alertConfigurationIdalertId 为 null。

alertConfigurationIdalertId 为空;或 alertConfigurationId 不是有效的 GUID。

适用于