Share via


EntityInsightItem Class

Definition

Entity insight Item.

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

Constructors

EntityInsightItem()

Creates an new EntityInsightItem instance.

Properties

ChartQueryResult

Query results for table insights query.

QueryId

The query id of the insight

QueryTimeIntervalEndTime

Insight query end time

QueryTimeIntervalStartTime

Insight query start time

TableQueryResultColumn

Columns Metadata of the table

TableQueryResultRow

Rows data of the table

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityInsightItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityInsightItem.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityInsightItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to