DetectorDefinition Class

Definition

Class representing detector definition

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

Constructors

DetectorDefinition()

Creates an new DetectorDefinition instance.

Properties

Description

Description of the detector

DisplayName

Display name of the detector

IsEnabled

Flag representing whether detector is enabled or not.

Rank

Detector Rank

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DetectorDefinition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DetectorDefinition.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DetectorDefinition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to