DetectorResponseCollection Class

Definition

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

Constructors

DetectorResponseCollection()

Properties

NextLink
Value

Methods

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

Applies to