MetricsAdvisorClient.GetIncidentsForAlert メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アラートが与えられた場合、それをトリガーした異常に関連付けられているインシデントを取得します。 関連付けられている 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 ではありません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET