ThreatIntelligenceQuerySortingDirection 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.
The direction to sort the results by.
public readonly struct ThreatIntelligenceQuerySortingDirection : IEquatable<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQuerySortingDirection>
type ThreatIntelligenceQuerySortingDirection = struct
Public Structure ThreatIntelligenceQuerySortingDirection
Implements IEquatable(Of ThreatIntelligenceQuerySortingDirection)
- Inheritance
-
ThreatIntelligenceQuerySortingDirection
- Implements
Constructors
ThreatIntelligenceQuerySortingDirection(String) |
Initializes a new instance of ThreatIntelligenceQuerySortingDirection. |
Properties
ASC |
Indicates that the query should be sorted from lowest-to-highest value. |
Desc |
Indicates that the query should be sorted from lowest-to-highest value. |
Methods
Equals(ThreatIntelligenceQuerySortingDirection) |
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(ThreatIntelligenceQuerySortingDirection, ThreatIntelligenceQuerySortingDirection) |
Determines if two ThreatIntelligenceQuerySortingDirection values are the same. |
Implicit(String to ThreatIntelligenceQuerySortingDirection) |
Converts a string to a ThreatIntelligenceQuerySortingDirection. |
Inequality(ThreatIntelligenceQuerySortingDirection, ThreatIntelligenceQuerySortingDirection) |
Determines if two ThreatIntelligenceQuerySortingDirection values are not the same. |
Applies to
Azure SDK for .NET