ThreatIntelligenceSortingCriteria Class

Definition

List of available columns for sorting.

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

Constructors

ThreatIntelligenceSortingCriteria()

Initializes a new instance of ThreatIntelligenceSortingCriteria.

Properties

ItemKey

Column name.

SortOrder

Sorting order (ascending/descending/unsorted).

Explicit Interface Implementations

IJsonModel<ThreatIntelligenceSortingCriteria>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ThreatIntelligenceSortingCriteria>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ThreatIntelligenceSortingCriteria>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ThreatIntelligenceSortingCriteria>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ThreatIntelligenceSortingCriteria>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to