Share via


IEntityTimelineParameters Interface

Definition

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

Properties

EndTime

The end timeline date, so the results returned are before this date.

Kind

Array of timeline Item kinds.

NumberOfBucket

The number of bucket for timeline queries aggregation.

StartTime

The start timeline date, so the results returned are after this date.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to