AnalysisData Class

Definition

Class Representing Detector Evidence used for analysis

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AnalysisDataTypeConverter))]
public class AnalysisData : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAnalysisData
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AnalysisDataTypeConverter))>]
type AnalysisData = class
    interface IAnalysisData
    interface IJsonSerializable
Public Class AnalysisData
Implements IAnalysisData
Inheritance
AnalysisData
Attributes
Implements

Constructors

AnalysisData()

Creates an new AnalysisData instance.

Properties

Data

Additional Source Data

DataSourceInstruction

Instructions if any for the data source

DataSourceUri

Datasource Uri Links

DetectorDefinitionDescription

Description of the detector

DetectorDefinitionDisplayName

Display name of the detector

DetectorDefinitionIsEnabled

Flag representing whether detector is enabled or not.

DetectorDefinitionRank

Detector Rank

Metric

Source Metrics

Source

Name of the Detector

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AnalysisData.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AnalysisData.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAnalysisData.

FromJsonString(String)

Creates a new instance of AnalysisData, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AnalysisData into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to