次の方法で共有


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を格納している 。

例外

alertConfigurationId または alertId が null です。

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

適用対象