Share via


EntityList Class

Definition

List of all the entities.

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

Constructors

EntityList()

Creates an new EntityList instance.

Properties

NextLink

URL to fetch the next set of entities.

Value

Array of entities.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to