ArmSecurityInsightsModelFactory.ActivityTimelineItem Method

Definition

Initializes a new instance of ActivityTimelineItem.

public static Azure.ResourceManager.SecurityInsights.Models.ActivityTimelineItem ActivityTimelineItem (string queryId = default, DateTimeOffset bucketStartOn = default, DateTimeOffset bucketEndOn = default, DateTimeOffset firstActivityOn = default, DateTimeOffset lastActivityOn = default, string content = default, string title = default);
static member ActivityTimelineItem : string * DateTimeOffset * DateTimeOffset * DateTimeOffset * DateTimeOffset * string * string -> Azure.ResourceManager.SecurityInsights.Models.ActivityTimelineItem
Public Shared Function ActivityTimelineItem (Optional queryId As String = Nothing, Optional bucketStartOn As DateTimeOffset = Nothing, Optional bucketEndOn As DateTimeOffset = Nothing, Optional firstActivityOn As DateTimeOffset = Nothing, Optional lastActivityOn As DateTimeOffset = Nothing, Optional content As String = Nothing, Optional title As String = Nothing) As ActivityTimelineItem

Parameters

queryId
String

The activity query id.

bucketStartOn
DateTimeOffset

The grouping bucket start time.

bucketEndOn
DateTimeOffset

The grouping bucket end time.

firstActivityOn
DateTimeOffset

The time of the first activity in the grouping bucket.

lastActivityOn
DateTimeOffset

The time of the last activity in the grouping bucket.

content
String

The activity timeline content.

title
String

The activity timeline title.

Returns

A new ActivityTimelineItem instance for mocking.

Applies to