IncidentAlertList Class

Definition

List of incident alerts.

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

Constructors

Name Description
IncidentAlertList()

Creates an new IncidentAlertList instance.

Properties

Name Description
Value

Array of incident alerts.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IncidentAlertList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IncidentAlertList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IncidentAlertList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to