Share via


BookmarkExpandResponse Class

Definition

The entity expansion result operation response.

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

Constructors

BookmarkExpandResponse()

Creates an new BookmarkExpandResponse instance.

Properties

MetaDataAggregation

Information of the aggregated nodes in the expansion result.

ValueEdge

Array of expansion result connected entities

ValueEntity

Array of the expansion result entities.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BookmarkExpandResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BookmarkExpandResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BookmarkExpandResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to