ThreatIntelligenceSortingOrder Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET