Share via


EntityExpandResponse Class

Definition

The entity expansion result operation response.

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

Constructors

EntityExpandResponse()

Creates an new EntityExpandResponse instance.

Properties

MetaDataAggregation

Information of the aggregated nodes in the expansion result.

ValueEdge

Array of edges that connects the entity to the list of entities.

ValueEntity

Array of the expansion result entities.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityExpandResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityExpandResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityExpandResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to