共用方式為


RootCauseItem 建構函式

定義

多載

RootCauseItem(Dictionary<String,Object>)
RootCauseItem(Dictionary<String,Object>, List<String>)

RootCauseItem(Dictionary<String,Object>)

來源:
RootCauseLocalizationType.cs
來源:
RootCauseLocalizationType.cs
來源:
RootCauseLocalizationType.cs
public RootCauseItem(System.Collections.Generic.Dictionary<string,object> rootCause);
new Microsoft.ML.TimeSeries.RootCauseItem : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.ML.TimeSeries.RootCauseItem
Public Sub New (rootCause As Dictionary(Of String, Object))

參數

rootCause
Dictionary<String,Object>

適用於

RootCauseItem(Dictionary<String,Object>, List<String>)

來源:
RootCauseLocalizationType.cs
來源:
RootCauseLocalizationType.cs
來源:
RootCauseLocalizationType.cs
public RootCauseItem(System.Collections.Generic.Dictionary<string,object> rootCause, System.Collections.Generic.List<string> path);
new Microsoft.ML.TimeSeries.RootCauseItem : System.Collections.Generic.Dictionary<string, obj> * System.Collections.Generic.List<string> -> Microsoft.ML.TimeSeries.RootCauseItem
Public Sub New (rootCause As Dictionary(Of String, Object), path As List(Of String))

參數

rootCause
Dictionary<String,Object>
path
List<String>

適用於