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