Share via


EntityExpandResponseValue Class

Definition

The expansion result values.

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

Constructors

EntityExpandResponseValue()

Creates an new EntityExpandResponseValue instance.

Properties

Edge

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

Entity

Array of the expansion result entities.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityExpandResponseValue.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityExpandResponseValue.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityExpandResponseValue into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to