Share via


BookmarkExpandResponseValue Class

Definition

The expansion result values.

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

Constructors

BookmarkExpandResponseValue()

Creates an new BookmarkExpandResponseValue instance.

Properties

Edge

Array of expansion result connected entities

Entity

Array of the expansion result entities.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BookmarkExpandResponseValue.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BookmarkExpandResponseValue.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BookmarkExpandResponseValue into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to