DetectorAbnormalTimePeriod Class

Definition

Class representing Abnormal Time Period detected. Serialized Name: DetectorAbnormalTimePeriod

public class DetectorAbnormalTimePeriod : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.DetectorAbnormalTimePeriod>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.DetectorAbnormalTimePeriod>
type DetectorAbnormalTimePeriod = class
    interface IJsonModel<DetectorAbnormalTimePeriod>
    interface IPersistableModel<DetectorAbnormalTimePeriod>
Public Class DetectorAbnormalTimePeriod
Implements IJsonModel(Of DetectorAbnormalTimePeriod), IPersistableModel(Of DetectorAbnormalTimePeriod)
Inheritance
DetectorAbnormalTimePeriod
Implements

Constructors

Name Description
DetectorAbnormalTimePeriod()

Initializes a new instance of DetectorAbnormalTimePeriod.

Properties

Name Description
EndOn

End time of the correlated event Serialized Name: DetectorAbnormalTimePeriod.endTime

IssueType

Represents the type of the Detector Serialized Name: DetectorAbnormalTimePeriod.type

Message

Message describing the event Serialized Name: DetectorAbnormalTimePeriod.message

MetaData

Downtime metadata Serialized Name: DetectorAbnormalTimePeriod.metaData

Priority

Represents the rank of the Detector Serialized Name: DetectorAbnormalTimePeriod.priority

Solutions

List of proposed solutions Serialized Name: DetectorAbnormalTimePeriod.solutions

Source

Represents the name of the Detector Serialized Name: DetectorAbnormalTimePeriod.source

StartOn

Start time of the correlated event Serialized Name: DetectorAbnormalTimePeriod.startTime

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DetectorAbnormalTimePeriod>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DetectorAbnormalTimePeriod>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DetectorAbnormalTimePeriod>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DetectorAbnormalTimePeriod>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DetectorAbnormalTimePeriod>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to