Share via


TimelineAggregation Class

Definition

timeline aggregation information per kind

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

Constructors

TimelineAggregation()

Creates an new TimelineAggregation instance.

Properties

Count

the total items found for a kind

Kind

the query kind

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TimelineAggregation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TimelineAggregation.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TimelineAggregation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to