Share via


ActivityEntityQueryTemplateProperties Class

Definition

Describes activity entity query properties

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

Constructors

ActivityEntityQueryTemplateProperties()

Creates an new ActivityEntityQueryTemplateProperties instance.

Properties

Content

The entity query content to display in timeline

DataType

List of required data types for the given entity query template

Description

The entity query description

EntitiesFilter

The query applied only to entities matching to all filters

InputEntityType

The type of the query's source entity

QueryDefinitionQuery

The Activity query to run on a given entity

QueryDefinitionSummarizeBy

The dimensions we want to summarize the timeline results on, this is comma separated list

RequiredInputFieldsSet

List of the fields of the source entity that are required to run the query

Title

The entity query title

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActivityEntityQueryTemplateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActivityEntityQueryTemplateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActivityEntityQueryTemplateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to