ThreatIntelligenceCountQuery Class

Definition

Represents a query to run on the TI objects in the workspace.

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

Constructors

ThreatIntelligenceCountQuery()

Initializes a new instance of ThreatIntelligenceCountQuery.

Properties

Condition

Represents a condition used to query for TI objects.

Explicit Interface Implementations

IJsonModel<ThreatIntelligenceCountQuery>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ThreatIntelligenceCountQuery>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ThreatIntelligenceCountQuery>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ThreatIntelligenceCountQuery>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ThreatIntelligenceCountQuery>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to