Share via


IncidentInfo Class

Definition

Describes related incident information for the bookmark

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

Constructors

IncidentInfo()

Creates an new IncidentInfo instance.

Properties

IncidentId

Incident Id

RelationName

Relation Name

Severity

The severity of the incident

Title

The title of the incident

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IncidentInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IncidentInfo.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IncidentInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to