次の方法で共有


MetricsAdvisorClient.GetIncidentRootCauses メソッド

定義

オーバーロード

GetIncidentRootCauses(AnomalyIncident, CancellationToken)

インシデントの根本原因の可能性に関する提案を取得します。

GetIncidentRootCauses(String, String, CancellationToken)

インシデントの根本原因の可能性に関する提案を取得します。

GetIncidentRootCauses(AnomalyIncident, CancellationToken)

ソース:
MetricsAdvisorClient.cs

インシデントの根本原因の可能性に関する提案を取得します。

public virtual Azure.Pageable<Azure.AI.MetricsAdvisor.Models.IncidentRootCause> GetIncidentRootCauses (Azure.AI.MetricsAdvisor.Models.AnomalyIncident incident, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIncidentRootCauses : Azure.AI.MetricsAdvisor.Models.AnomalyIncident * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.MetricsAdvisor.Models.IncidentRootCause>
override this.GetIncidentRootCauses : Azure.AI.MetricsAdvisor.Models.AnomalyIncident * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.MetricsAdvisor.Models.IncidentRootCause>
Public Overridable Function GetIncidentRootCauses (incident As AnomalyIncident, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IncidentRootCause)

パラメーター

incident
AnomalyIncident

AnomalyIncident根本原因が返される 。

cancellationToken
CancellationToken

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

戻り値

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

例外

incident が null です。

適用対象

GetIncidentRootCauses(String, String, CancellationToken)

ソース:
MetricsAdvisorClient.cs

インシデントの根本原因の可能性に関する提案を取得します。

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

パラメーター

detectionConfigurationId
String

AnomalyAlertConfiguration の一意の識別子。

incidentId
String

AnomalyIncident の一意の識別子。

cancellationToken
CancellationToken

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

戻り値

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

例外

detectionConfigurationId または incidentId が null です。

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

適用対象