你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IActivityTimelineItem Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityTimelineItemTypeConverter))]
public interface IActivityTimelineItem : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityTimelineItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityTimelineItemTypeConverter))>]
type IActivityTimelineItem = interface
    interface IJsonSerializable
    interface IEntityTimelineItem
Public Interface IActivityTimelineItem
Implements IEntityTimelineItem
Derived
Attributes
Implements

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.

(Inherited from IEntityTimelineItem)
LastActivityTimeUtc

The time of the last activity in the grouping bucket.

QueryId

The activity query id.

Title

The activity timeline title.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to