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.
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
AnalysisDetectorEvidences() |
Initializes a new instance of AnalysisDetectorEvidences. |
Properties
Data |
Additional Source Data. |
DataSource |
Source of the Data. |
DetectorDefinition |
Detector Definition. |
Metrics |
Source Metrics. |
Source |
Name of the Detector. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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. |
Applies to
Azure SDK for .NET