AnalysisDetectorEvidences 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 Serialized Name: AnalysisData
public class AnalysisDetectorEvidences : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AnalysisDetectorEvidences>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AnalysisDetectorEvidences>
type AnalysisDetectorEvidences = class
interface IJsonModel<AnalysisDetectorEvidences>
interface IPersistableModel<AnalysisDetectorEvidences>
Public Class AnalysisDetectorEvidences
Implements IJsonModel(Of AnalysisDetectorEvidences), IPersistableModel(Of AnalysisDetectorEvidences)
- Inheritance
-
AnalysisDetectorEvidences
- Implements
Constructors
| Name | Description |
|---|---|
| AnalysisDetectorEvidences() |
Initializes a new instance of AnalysisDetectorEvidences. |
Properties
| Name | Description |
|---|---|
| Data |
Additional Source Data Serialized Name: AnalysisData.data |
| DataSource |
Source of the Data Serialized Name: ResponseMetaData.dataSource |
| DetectorDefinition |
Detector Definition Serialized Name: AnalysisData.detectorDefinition |
| Metrics |
Source Metrics Serialized Name: AnalysisData.metrics |
| Source |
Name of the Detector Serialized Name: AnalysisData.source |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<AnalysisDetectorEvidences>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AnalysisDetectorEvidences>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<AnalysisDetectorEvidences>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<AnalysisDetectorEvidences>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AnalysisDetectorEvidences>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |