Share via


ThreatIntelligenceInformationList Class

Definition

List of all the threat intelligence information objects.

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

Constructors

ThreatIntelligenceInformationList()

Creates an new ThreatIntelligenceInformationList instance.

Properties

NextLink

URL to fetch the next set of information objects.

Value

Array of threat intelligence information objects.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ThreatIntelligenceInformationList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ThreatIntelligenceInformationList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ThreatIntelligenceInformationList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to