Sdílet prostřednictvím


RootCauseItem Konstruktory

Definice

Přetížení

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

RootCauseItem(Dictionary<String,Object>)

Zdroj:
RootCauseLocalizationType.cs
Zdroj:
RootCauseLocalizationType.cs
Zdroj:
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))

Parametry

rootCause
Dictionary<String,Object>

Platí pro

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

Zdroj:
RootCauseLocalizationType.cs
Zdroj:
RootCauseLocalizationType.cs
Zdroj:
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))

Parametry

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

Platí pro