Share via


EntityQueryList Class

Definition

List of all the entity queries.

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

Constructors

EntityQueryList()

Creates an new EntityQueryList instance.

Properties

NextLink

URL to fetch the next set of entity queries.

Value

Array of entity queries.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityQueryList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityQueryList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityQueryList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to