MetricsAdvisorClient.GetIncidentsForDetectionConfigurationAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定 AnomalyDetectionConfigurationした によって検出されたインシデントを記述する項目のコレクションを取得します。
public virtual Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.AnomalyIncident> GetIncidentsForDetectionConfigurationAsync (string detectionConfigurationId, Azure.AI.MetricsAdvisor.GetIncidentsForDetectionConfigurationOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIncidentsForDetectionConfigurationAsync : string * Azure.AI.MetricsAdvisor.GetIncidentsForDetectionConfigurationOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.AnomalyIncident>
override this.GetIncidentsForDetectionConfigurationAsync : string * Azure.AI.MetricsAdvisor.GetIncidentsForDetectionConfigurationOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.AnomalyIncident>
Public Overridable Function GetIncidentsForDetectionConfigurationAsync (detectionConfigurationId As String, options As GetIncidentsForDetectionConfigurationOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AnomalyIncident)
パラメーター
- detectionConfigurationId
- String
AnomalyAlertConfiguration の一意の識別子。
要求の動作を構成するために使用されるオプションのセット。
- cancellationToken
- CancellationToken
CancellationToken要求の有効期間を制御する 。
戻り値
AsyncPageable<T>インスタンスのDataPointAnomalyコレクションを格納している 。
例外
detectionConfigurationId
または options
が null です。
detectionConfigurationId
が空であるか、有効な GUID ではありません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET