ThreatIntelligenceSortingOrder Struct

Definition

Sorting order (ascending/descending/unsorted).

public readonly struct ThreatIntelligenceSortingOrder : IEquatable<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceSortingOrder>
type ThreatIntelligenceSortingOrder = struct
Public Structure ThreatIntelligenceSortingOrder
Implements IEquatable(Of ThreatIntelligenceSortingOrder)
Inheritance
ThreatIntelligenceSortingOrder
Implements

Constructors

ThreatIntelligenceSortingOrder(String)

Initializes a new instance of ThreatIntelligenceSortingOrder.

Properties

Ascending

ascending.

Descending

descending.

Unsorted

unsorted.

Methods

Equals(ThreatIntelligenceSortingOrder)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ThreatIntelligenceSortingOrder, ThreatIntelligenceSortingOrder)

Determines if two ThreatIntelligenceSortingOrder values are the same.

Implicit(String to ThreatIntelligenceSortingOrder)

Converts a string to a ThreatIntelligenceSortingOrder.

Inequality(ThreatIntelligenceSortingOrder, ThreatIntelligenceSortingOrder)

Determines if two ThreatIntelligenceSortingOrder values are not the same.

Applies to