Share via


ThreatIntelligenceMetrics Class

Definition

Threat intelligence metrics.

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

Constructors

ThreatIntelligenceMetrics()

Creates an new ThreatIntelligenceMetrics instance.

Properties

LastUpdatedTimeUtc

Last updated indicator metric

PatternTypeMetric

Pattern type metrics

SourceMetric

Source metrics

ThreatTypeMetric

Threat type metrics

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ThreatIntelligenceMetrics.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ThreatIntelligenceMetrics.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ThreatIntelligenceMetrics into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to