Share via


DetectorResponseProperties Class

Definition

DetectorResponse resource specific properties

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

Constructors

DetectorResponseProperties()

Creates an new DetectorResponseProperties instance.

Properties

Dataset

Data Set

MetadataCategory

Support Category

MetadataDescription

Short description of the detector and its purpose

MetadataSubCategory

Support Sub Category

MetadataSupportTopicId

Support Topic Id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DetectorResponseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DetectorResponseProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DetectorResponseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to