Share via


EntityQueryTemplateList Class

Definition

List of all the entity query templates.

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

Constructors

EntityQueryTemplateList()

Creates an new EntityQueryTemplateList instance.

Properties

NextLink

URL to fetch the next set of entity query templates.

Value

Array of entity query templates.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityQueryTemplateList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityQueryTemplateList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityQueryTemplateList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to