ActivityTimelineItem Class

Definition

Represents Activity timeline item.

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

Properties

BucketEndOn

The grouping bucket end time.

BucketStartOn

The grouping bucket start time.

Content

The activity timeline content.

FirstActivityOn

The time of the first activity in the grouping bucket.

LastActivityOn

The time of the last activity in the grouping bucket.

QueryId

The activity query id.

Title

The activity timeline title.

Explicit Interface Implementations

IJsonModel<ActivityTimelineItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ActivityTimelineItem>.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<ActivityTimelineItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ActivityTimelineItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ActivityTimelineItem>.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