BookmarkTimelineItem Class

Definition

Represents bookmark timeline item.

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

Properties

AzureResourceId

The bookmark azure resource id.

CreatedBy

Describes a user that created the bookmark.

DisplayName

The bookmark display name.

EndOn

The bookmark end time.

EventOn

The bookmark event time.

Labels

List of labels relevant to this bookmark.

Notes

The notes of the bookmark.

StartOn

The bookmark start time.

Explicit Interface Implementations

IJsonModel<BookmarkTimelineItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<BookmarkTimelineItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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