Share via


EntityTimelineParameters Class

Definition

The parameters required to execute s timeline operation on the given entity.

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

Constructors

EntityTimelineParameters()

Creates an new EntityTimelineParameters instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityTimelineParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityTimelineParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityTimelineParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to