RootCauseItem コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RootCauseItem(Dictionary<String,Object>) | |
RootCauseItem(Dictionary<String,Object>, List<String>) |
RootCauseItem(Dictionary<String,Object>)
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>)
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>