Partager via


IDetectorInfo Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DetectorInfoTypeConverter))]
public interface IDetectorInfo : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DetectorInfoTypeConverter))>]
type IDetectorInfo = interface
    interface IJsonSerializable
Public Interface IDetectorInfo
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AnalysisType

Analysis Types for which this detector should apply to.

Author

Author of the detector.

Category

Problem category. This serves for organizing group for detectors.

Description

Short description of the detector and its purpose.

Id

Id of detector

Name

Name of detector

Score

Defines score of a detector to power ML based matching.

SupportTopicList

List of Support Topics for which this detector is enabled.

Type

Whether this detector is an Analysis Detector or not.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to