Share via


ConnectedEntity Class

Definition

Expansion result connected entities

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

Constructors

ConnectedEntity()

Creates an new ConnectedEntity instance.

Properties

AdditionalData

key-value pairs for a connected entity mapping

TargetEntityId

Entity Id of the connected entity

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectedEntity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedEntity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedEntity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to