Compartir a través de


DiagnosticDetectorCollection Class

Definition

Collection of Diagnostic Detectors

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

Constructors

DiagnosticDetectorCollection()

Creates an new DiagnosticDetectorCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiagnosticDetectorCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiagnosticDetectorCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiagnosticDetectorCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to