Compartilhar via


DiagnosticDetectorResponse Class

Definition

Class representing Response from Diagnostic Detectors

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

Constructors

DiagnosticDetectorResponse()

Creates an new DiagnosticDetectorResponse instance.

Properties

AbnormalTimePeriod

List of Correlated events found by the detector

Data

Additional Data that detector wants to send.

DataSourceInstruction

Instructions if any for the data source

DataSourceUri

Datasource Uri Links

DetectorDefinitionDescription

Description of the detector

DetectorDefinitionDisplayName

Display name of the detector

DetectorDefinitionIsEnabled

Flag representing whether detector is enabled or not.

DetectorDefinitionRank

Detector Rank

EndTime

End time of the period

Id

Resource Id.

IssueDetected

Flag representing Issue was detected.

Kind

Kind of resource.

Metric

Metrics provided by the detector

Name

Resource Name.

StartTime

Start time of the period

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiagnosticDetectorResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiagnosticDetectorResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDiagnosticDetectorResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiagnosticDetectorResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to