EntityTimelineContent Class

Definition

The parameters required to execute s timeline operation on the given entity.

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

Constructors

EntityTimelineContent(DateTimeOffset, DateTimeOffset)

Initializes a new instance of EntityTimelineContent.

Properties

EndOn

The end timeline date, so the results returned are before this date.

Kinds

Array of timeline Item kinds.

NumberOfBucket

The number of bucket for timeline queries aggregation.

StartOn

The start timeline date, so the results returned are after this date.

Explicit Interface Implementations

IJsonModel<EntityTimelineContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EntityTimelineContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityTimelineContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityTimelineContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntityTimelineContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to