RootCauseItem Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
RootCauseItem(Dictionary<String,Object>) | |
RootCauseItem(Dictionary<String,Object>, List<String>) |
RootCauseItem(Dictionary<String,Object>)
- Quelle:
- RootCauseLocalizationType.cs
- Quelle:
- RootCauseLocalizationType.cs
- Quelle:
- 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))
Parameter
- rootCause
- Dictionary<String,Object>
Gilt für:
RootCauseItem(Dictionary<String,Object>, List<String>)
- Quelle:
- RootCauseLocalizationType.cs
- Quelle:
- RootCauseLocalizationType.cs
- Quelle:
- 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))
Parameter
- rootCause
- Dictionary<String,Object>