Dela via


DiagnosticDetectorResponse Class

Definition

Class representing Response from Diagnostic Detectors

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticDetectorResponseTypeConverter))]
public class DiagnosticDetectorResponse : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponse, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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

Description

Description of the detector

DetectorDefinitionId

Resource Id.

DetectorDefinitionKind

Kind of resource.

DetectorDefinitionName

Resource Name.

DetectorDefinitionType

Resource type.

DisplayName

Display name of the detector

EndTime

End time of the period

Id

Resource Id.

IsEnabled

Flag representing whether detector is enabled or not.

IssueDetected

Flag representing Issue was detected.

Kind

Kind of resource.

Metric

Metrics provided by the detector

Name

Resource Name.

Rank

Detector Rank

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.Api20190801.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