AnomalyDetectionResult Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor for AnomalyDetectionResult
public:
AnomalyDetectionResult(System::String ^ identifier, System::String ^ identifierFriendlyName, Microsoft::SystemInsights::Common::PredictionStatus status, System::String ^ description, System::Collections::Generic::IReadOnlyList<Microsoft::SystemInsights::Capability::AnomalyDetectionDataPoint ^> ^ series);
public AnomalyDetectionResult (string identifier, string identifierFriendlyName, Microsoft.SystemInsights.Common.PredictionStatus status, string description, System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.AnomalyDetectionDataPoint> series);
new Microsoft.SystemInsights.Capability.AnomalyDetectionResult : string * string * Microsoft.SystemInsights.Common.PredictionStatus * string * System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.AnomalyDetectionDataPoint> -> Microsoft.SystemInsights.Capability.AnomalyDetectionResult
Public Sub New (identifier As String, identifierFriendlyName As String, status As PredictionStatus, description As String, series As IReadOnlyList(Of AnomalyDetectionDataPoint))
Parameters
- identifier
- String
- identifierFriendlyName
- String
- status
- PredictionStatus
- description
- String