ThreatIntelligenceResourceKind Class

Definition

Describes an entity with kind.

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

Constructors

Name Description
ThreatIntelligenceResourceKind()

Creates an new ThreatIntelligenceResourceKind instance.

Properties

Name Description
Kind

The kind of the entity.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ThreatIntelligenceResourceKind.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ThreatIntelligenceResourceKind.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ThreatIntelligenceResourceKind into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to