Share via


IncidentList Class

Definition

List all the incidents.

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

Constructors

IncidentList()

Creates an new IncidentList instance.

Properties

NextLink

URL to fetch the next set of incidents.

Value

Array of incidents.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IncidentList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IncidentList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IncidentList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to