EntityEdges 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.
The edge that connects the entity to the other entity.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityEdgesTypeConverter))]
public class EntityEdges : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityEdges
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityEdgesTypeConverter))>]
type EntityEdges = class
interface IEntityEdges
interface IJsonSerializable
Public Class EntityEdges
Implements IEntityEdges
- Inheritance
-
EntityEdges
- Attributes
- Implements
Constructors
EntityEdges() |
Creates an new EntityEdges instance. |
Properties
AdditionalData |
A bag of custom fields that should be part of the entity and will be presented to the user. |
TargetEntityId |
The target entity Id. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EntityEdges. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EntityEdges. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityEdges. |
FromJsonString(String) |
Creates a new instance of EntityEdges, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EntityEdges into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |