Compartir a través de


DetectorResponse Class

Definition

Class representing Response from Detector

[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()

Creates an new DetectorResponse instance.

Properties

Dataset

Data Set

Id

Resource Id.

Kind

Kind of resource.

MetadataCategory

Support Category

MetadataDescription

Short description of the detector and its purpose

MetadataSubCategory

Support Sub Category

MetadataSupportTopicId

Support Topic Id

Name

Resource Name.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DetectorResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DetectorResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DetectorResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to