Share via


InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem Class

Definition

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

Constructors

InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem()

Creates an new InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem instance.

Properties

Filter

Insight column header.

LinkColumnsDefinition

Insight column header.

Project

Insight column header.

Summarize

Insight column header.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to