Freigeben über


ThreatIntelligenceQuerySortingDirection Struct

Definition

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

Name Description
ThreatIntelligenceQuerySortingDirection(String)

Initializes a new instance of ThreatIntelligenceQuerySortingDirection.

Properties

Name Description
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

Name Description
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

Name Description
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