次の方法で共有


MetricsAdvisorClient.GetIncidentsForDetectionConfiguration メソッド

定義

特定 AnomalyDetectionConfigurationの によって検出されたインシデントを説明する項目のコレクションを取得します。

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

パラメーター

detectionConfigurationId
String

AnomalyAlertConfiguration の一意の識別子。

options
GetIncidentsForDetectionConfigurationOptions

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

cancellationToken
CancellationToken

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

戻り値

Pageable<T>インスタンスのDataPointAnomalyコレクションを格納している 。

例外

detectionConfigurationId または options が null です。

detectionConfigurationId が空であるか、有効な GUID ではありません。

適用対象