Share via


InsightQueryItemPropertiesAdditionalQuery Class

Definition

The activity query definitions.

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

Constructors

InsightQueryItemPropertiesAdditionalQuery()

Creates an new InsightQueryItemPropertiesAdditionalQuery instance.

Properties

Query

The insight query.

Text

The insight text.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InsightQueryItemPropertiesAdditionalQuery.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InsightQueryItemPropertiesAdditionalQuery.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InsightQueryItemPropertiesAdditionalQuery into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to