MetricsAdvisorModelFactory.IncidentRootCause メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モック目的で の IncidentRootCause 新しいインスタンスを初期化します。
public static Azure.AI.MetricsAdvisor.Models.IncidentRootCause IncidentRootCause (Azure.AI.MetricsAdvisor.Models.DimensionKey seriesKey = default, System.Collections.Generic.IEnumerable<string> paths = default, double contributionScore = 0, string description = default);
static member IncidentRootCause : Azure.AI.MetricsAdvisor.Models.DimensionKey * seq<string> * double * string -> Azure.AI.MetricsAdvisor.Models.IncidentRootCause
Public Shared Function IncidentRootCause (Optional seriesKey As DimensionKey = Nothing, Optional paths As IEnumerable(Of String) = Nothing, Optional contributionScore As Double = 0, Optional description As String = Nothing) As IncidentRootCause
パラメーター
- seriesKey
- DimensionKey
SeriesKey プロパティを設定します。
- paths
- IEnumerable<String>
Paths プロパティを設定します。
- contributionScore
- Double
ContributionScore プロパティを設定します。
- description
- String
Description プロパティを設定します。
戻り値
モックを目的とした の IncidentRootCause 新しいインスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET