Share via


IEntityInsightItem Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to