Share via


EntityQueryItemProperties Class

Definition

An properties abstract Query item for entity

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

Constructors

EntityQueryItemProperties()

Creates an new EntityQueryItemProperties instance.

Properties

DataType

Data types for template

EntitiesFilter

The query applied only to entities matching to all filters

InputEntityType

The type of the entity

RequiredInputFieldsSet

Data types for template

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityQueryItemProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityQueryItemProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityQueryItemProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to