Share via


BookmarkList Class

Definition

List all the bookmarks.

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

Constructors

BookmarkList()

Creates an new BookmarkList instance.

Properties

NextLink

URL to fetch the next set of cases.

Value

Array of bookmarks.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BookmarkList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BookmarkList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BookmarkList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to