EntityList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |