Share via


EntityTimelineResponse Class

Definition

The entity timeline result operation response.

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

Constructors

EntityTimelineResponse()

Creates an new EntityTimelineResponse instance.

Properties

MetaDataAggregation

timeline aggregation per kind

MetaDataError

information about the failure queries

MetaDataTotalCount

the total items found for the timeline request

Value

The timeline result values.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityTimelineResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityTimelineResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityTimelineResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to