Share via


IncidentBookmarkList Class

Definition

List of incident bookmarks.

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

Constructors

IncidentBookmarkList()

Creates an new IncidentBookmarkList instance.

Properties

Value

Array of incident bookmarks.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IncidentBookmarkList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IncidentBookmarkList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IncidentBookmarkList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to