次の方法で共有


MetricsAdvisorModelFactory.IncidentRootCause メソッド

定義

モック目的で の 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 新しいインスタンス。

適用対象