Share via


IncidentCommentList Class

Definition

List of incident comments.

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

Constructors

IncidentCommentList()

Creates an new IncidentCommentList instance.

Properties

NextLink

URL to fetch the next set of comments.

Value

Array of comments.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IncidentCommentList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IncidentCommentList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IncidentCommentList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to