DetectorDefinition Class

Definition

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

Constructors

DetectorDefinition()

Properties

Description
DisplayName
Id
IsEnabled
Kind
Name
Rank
Type

Methods

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

Applies to