DetectorResponse Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorResponseTypeConverter))]
public class DetectorResponse : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDetectorResponse, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DetectorResponseTypeConverter))>]
type DetectorResponse = class
    interface IDetectorResponse
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class DetectorResponse
Implements IDetectorResponse, IValidates
Inheritance
DetectorResponse
Attributes
Implements

Constructors

DetectorResponse()

Properties

Dataset
Id
Kind
MetadataCategory
MetadataDescription
MetadataSubCategory
MetadataSupportTopicId
Name
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to