DetectorAbnormalTimePeriod 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.
Class representing Abnormal Time Period detected.
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
DetectorAbnormalTimePeriod() |
Initializes a new instance of DetectorAbnormalTimePeriod. |
Properties
EndOn |
End time of the correlated event. |
IssueType |
Represents the type of the Detector. |
Message |
Message describing the event. |
MetaData |
Downtime metadata. |
Priority |
Represents the rank of the Detector. |
Solutions |
List of proposed solutions. |
Source |
Represents the name of the Detector. |
StartOn |
Start time of the correlated event. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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
Azure SDK for .NET