Share via


AnalysisData Class

Definition

Class Representing Detector Evidence used for analysis

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDataTypeConverter))]
public class AnalysisData : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisData
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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

Description

Description of the detector

DetectorDefinitionId

Resource Id.

DetectorDefinitionKind

Kind of resource.

DetectorDefinitionName

Resource Name.

DetectorDefinitionType

Resource type.

DisplayName

Display name of the detector

IsEnabled

Flag representing whether detector is enabled or not.

Metric

Source Metrics

Rank

Detector Rank

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.Api20190801.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