ThreatIntelligenceParsedPattern Class

Definition

Describes parsed pattern entity.

public class ThreatIntelligenceParsedPattern
public class ThreatIntelligenceParsedPattern : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceParsedPattern>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceParsedPattern>
type ThreatIntelligenceParsedPattern = class
type ThreatIntelligenceParsedPattern = class
    interface IJsonModel<ThreatIntelligenceParsedPattern>
    interface IPersistableModel<ThreatIntelligenceParsedPattern>
Public Class ThreatIntelligenceParsedPattern
Public Class ThreatIntelligenceParsedPattern
Implements IJsonModel(Of ThreatIntelligenceParsedPattern), IPersistableModel(Of ThreatIntelligenceParsedPattern)
Inheritance
ThreatIntelligenceParsedPattern
Implements

Constructors

ThreatIntelligenceParsedPattern()

Initializes a new instance of ThreatIntelligenceParsedPattern.

Properties

PatternTypeKey

Pattern type key.

PatternTypeValues

Pattern type keys.

Explicit Interface Implementations

IJsonModel<ThreatIntelligenceParsedPattern>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ThreatIntelligenceParsedPattern>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ThreatIntelligenceParsedPattern>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ThreatIntelligenceParsedPattern>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ThreatIntelligenceParsedPattern>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to