Share via


DetectorAbnormalTimePeriod Class

Definition

Class representing Abnormal Time Period detected.

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

Constructors

DetectorAbnormalTimePeriod()

Creates an new DetectorAbnormalTimePeriod instance.

Properties

EndTime

End time of the correlated event

Message

Message describing the event

MetaData

Downtime metadata

Priority

Represents the rank of the Detector

Solution

List of proposed solutions

Source

Represents the name of the Detector

StartTime

Start time of the correlated event

Type

Represents the type of the Detector

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DetectorAbnormalTimePeriod.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DetectorAbnormalTimePeriod.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DetectorAbnormalTimePeriod into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to