Udostępnij przez


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

Name Description
ThreatIntelligenceSortingOrder(String)

Initializes a new instance of ThreatIntelligenceSortingOrder.

Properties

Name Description
Ascending

ascending.

Descending

descending.

Unsorted

unsorted.

Methods

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

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