Share via


ThreatIntelligenceMetricsList Class

Definition

List of all the threat intelligence metric fields (type/threat type/source).

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

Constructors

ThreatIntelligenceMetricsList()

Creates an new ThreatIntelligenceMetricsList instance.

Properties

Value

Array of threat intelligence metric fields (type/threat type/source).

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ThreatIntelligenceMetricsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ThreatIntelligenceMetricsList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ThreatIntelligenceMetricsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to