Share via


EntityTimelineItem Class

Definition

Entity timeline Item.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityTimelineItemTypeConverter))]
public class EntityTimelineItem : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityTimelineItemTypeConverter))>]
type EntityTimelineItem = class
    interface IEntityTimelineItem
    interface IJsonSerializable
Public Class EntityTimelineItem
Implements IEntityTimelineItem
Inheritance
EntityTimelineItem
Attributes
Implements

Constructors

EntityTimelineItem()

Creates an new EntityTimelineItem instance.

Properties

Kind

The entity query kind type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityTimelineItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityTimelineItem.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem. Note: the Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of EntityTimelineItem, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityTimelineItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to