DiagnosticDetectorResponseProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DiagnosticDetectorResponse resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DiagnosticDetectorResponsePropertiesTypeConverter))]
public class DiagnosticDetectorResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDiagnosticDetectorResponseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DiagnosticDetectorResponsePropertiesTypeConverter))>]
type DiagnosticDetectorResponseProperties = class
interface IDiagnosticDetectorResponseProperties
interface IJsonSerializable
Public Class DiagnosticDetectorResponseProperties
Implements IDiagnosticDetectorResponseProperties
- Inheritance
-
DiagnosticDetectorResponseProperties
- Attributes
- Implements
Constructors
DiagnosticDetectorResponseProperties() |
Creates an new DiagnosticDetectorResponseProperties 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 |
IssueDetected |
Flag representing Issue was detected. |
Metric |
Metrics provided by the detector |
StartTime |
Start time of the period |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DiagnosticDetectorResponseProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DiagnosticDetectorResponseProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDiagnosticDetectorResponseProperties. |
FromJsonString(String) |
Creates a new instance of DiagnosticDetectorResponseProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DiagnosticDetectorResponseProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |