Share via


ActivityTimelineItem Class

Definition

Represents Activity timeline item.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityTimelineItemTypeConverter))]
public class ActivityTimelineItem : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActivityTimelineItem, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityTimelineItemTypeConverter))>]
type ActivityTimelineItem = class
    interface IActivityTimelineItem
    interface IJsonSerializable
    interface IEntityTimelineItem
    interface IValidates
Public Class ActivityTimelineItem
Implements IActivityTimelineItem, IValidates
Inheritance
ActivityTimelineItem
Attributes
Implements

Constructors

ActivityTimelineItem()

Creates an new ActivityTimelineItem instance.

Properties

BucketEndTimeUtc

The grouping bucket end time.

BucketStartTimeUtc

The grouping bucket start time.

Content

The activity timeline content.

FirstActivityTimeUtc

The time of the first activity in the grouping bucket.

Kind

The entity query kind type.

LastActivityTimeUtc

The time of the last activity in the grouping bucket.

QueryId

The activity query id.

Title

The activity timeline title.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActivityTimelineItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActivityTimelineItem.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActivityTimelineItem.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActivityTimelineItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to