次の方法で共有


MetricsAdvisorClient.GetIncidentsForAlert メソッド

定義

アラートが与えられた場合、それをトリガーした異常に関連付けられているインシデントを取得します。 関連付けられている AnomalyAlertConfiguration も指定する必要があります。

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

パラメーター

alertConfigurationId
String

AnomalyAlertConfiguration の一意の識別子。

alertId
String

アラートの一意識別子。

options
GetIncidentsForAlertOptions

要求の動作を構成するために使用されるオプションのオプション セット (省略可能)。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

Pageable<T>のコレクションAnomalyIncidentを格納している 。

例外

alertConfigurationId または alertId が null です。

alertConfigurationId または alertId が空です。または alertConfigurationId が有効な GUID ではありません。

適用対象