AnomalyTimelineItem Class

Definition

Represents anomaly timeline item.

public class AnomalyTimelineItem : Azure.ResourceManager.SecurityInsights.Models.EntityTimelineItem, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.AnomalyTimelineItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.AnomalyTimelineItem>
type AnomalyTimelineItem = class
    inherit EntityTimelineItem
    interface IJsonModel<AnomalyTimelineItem>
    interface IPersistableModel<AnomalyTimelineItem>
Public Class AnomalyTimelineItem
Inherits EntityTimelineItem
Implements IJsonModel(Of AnomalyTimelineItem), IPersistableModel(Of AnomalyTimelineItem)
Inheritance
AnomalyTimelineItem
Implements

Properties

AzureResourceId

The anomaly azure resource id.

Description

The anomaly description.

DisplayName

The anomaly name.

EndOn

The anomaly end time.

GeneratedOn

The anomaly generated time.

Intent

The intent of the anomaly.

ProductName

The anomaly product name.

Reasons

The reasons that cause the anomaly.

StartOn

The anomaly start time.

Techniques

The techniques of the anomaly.

Vendor

The name of the anomaly vendor.

Explicit Interface Implementations

IJsonModel<AnomalyTimelineItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnomalyTimelineItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<EntityTimelineItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from EntityTimelineItem)
IJsonModel<EntityTimelineItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EntityTimelineItem)
IPersistableModel<AnomalyTimelineItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnomalyTimelineItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnomalyTimelineItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<EntityTimelineItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EntityTimelineItem)
IPersistableModel<EntityTimelineItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from EntityTimelineItem)
IPersistableModel<EntityTimelineItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EntityTimelineItem)

Applies to