RootCauseLocalizationInput Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
RootCauseLocalizationInput()
- Sumber:
- RootCauseLocalizationType.cs
- Sumber:
- RootCauseLocalizationType.cs
- Sumber:
- RootCauseLocalizationType.cs
public RootCauseLocalizationInput();
Public Sub New ()
Berlaku untuk
RootCauseLocalizationInput(DateTime, Dictionary<String,Object>, List<MetricSlice>, Object)
- Sumber:
- RootCauseLocalizationType.cs
- Sumber:
- RootCauseLocalizationType.cs
- Sumber:
- RootCauseLocalizationType.cs
public RootCauseLocalizationInput(DateTime anomalyTimestamp, System.Collections.Generic.Dictionary<string,object> anomalyDimension, System.Collections.Generic.List<Microsoft.ML.TimeSeries.MetricSlice> slices, object aggregateSymbol);
new Microsoft.ML.TimeSeries.RootCauseLocalizationInput : DateTime * System.Collections.Generic.Dictionary<string, obj> * System.Collections.Generic.List<Microsoft.ML.TimeSeries.MetricSlice> * obj -> Microsoft.ML.TimeSeries.RootCauseLocalizationInput
Public Sub New (anomalyTimestamp As DateTime, anomalyDimension As Dictionary(Of String, Object), slices As List(Of MetricSlice), aggregateSymbol As Object)
Parameter
- anomalyTimestamp
- DateTime
- anomalyDimension
- Dictionary<String,Object>
- slices
- List<MetricSlice>
- aggregateSymbol
- Object
Berlaku untuk
RootCauseLocalizationInput(DateTime, Dictionary<String,Object>, List<MetricSlice>, AggregateType, Object)
- Sumber:
- RootCauseLocalizationType.cs
- Sumber:
- RootCauseLocalizationType.cs
- Sumber:
- RootCauseLocalizationType.cs
public RootCauseLocalizationInput(DateTime anomalyTimestamp, System.Collections.Generic.Dictionary<string,object> anomalyDimension, System.Collections.Generic.List<Microsoft.ML.TimeSeries.MetricSlice> slices, Microsoft.ML.TimeSeries.AggregateType aggregateType, object aggregateSymbol);
new Microsoft.ML.TimeSeries.RootCauseLocalizationInput : DateTime * System.Collections.Generic.Dictionary<string, obj> * System.Collections.Generic.List<Microsoft.ML.TimeSeries.MetricSlice> * Microsoft.ML.TimeSeries.AggregateType * obj -> Microsoft.ML.TimeSeries.RootCauseLocalizationInput
Public Sub New (anomalyTimestamp As DateTime, anomalyDimension As Dictionary(Of String, Object), slices As List(Of MetricSlice), aggregateType As AggregateType, aggregateSymbol As Object)
Parameter
- anomalyTimestamp
- DateTime
- anomalyDimension
- Dictionary<String,Object>
- slices
- List<MetricSlice>
- aggregateType
- AggregateType
- aggregateSymbol
- Object