Share via


DetectorInfo Class

Definition

Definition of Detector

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorInfoTypeConverter))]
public class DetectorInfo : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorInfoTypeConverter))>]
type DetectorInfo = class
    interface IDetectorInfo
    interface IJsonSerializable
Public Class DetectorInfo
Implements IDetectorInfo
Inheritance
DetectorInfo
Attributes
Implements

Constructors

DetectorInfo()

Creates an new DetectorInfo instance.

Properties

Category

Support Category

Description

Short description of the detector and its purpose

SubCategory

Support Sub Category

SupportTopicId

Support Topic Id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DetectorInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DetectorInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DetectorInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to