AnalysisData Class
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.
Class Representing Detector Evidence used for analysis
public class AnalysisData
type AnalysisData = class
Public Class AnalysisData
- Inheritance
-
AnalysisData
Constructors
AnalysisData() |
Initializes a new instance of the AnalysisData class. |
AnalysisData(String, DetectorDefinitionInner, IList<DiagnosticMetricSet>, IList<IList<NameValuePair>>, ResponseMetaData) |
Initializes a new instance of the AnalysisData class. |
Properties
Data |
Gets or sets additional Source Data |
DetectorDefinition |
Gets or sets detector Definition |
DetectorMetaData |
Gets or sets detector Meta Data |
Metrics |
Gets or sets source Metrics |
Source |
Gets or sets name of the Detector |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET