ThreatIntelligenceSortingOrder Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ordre de tri (croissant/décroissant/non trié).
public readonly struct ThreatIntelligenceSortingOrder : IEquatable<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceSortingOrder>
type ThreatIntelligenceSortingOrder = struct
Public Structure ThreatIntelligenceSortingOrder
Implements IEquatable(Of ThreatIntelligenceSortingOrder)
- Héritage
-
ThreatIntelligenceSortingOrder
- Implémente
Constructeurs
ThreatIntelligenceSortingOrder(String) |
Initialise une nouvelle instance de ThreatIntelligenceSortingOrder. |
Propriétés
Ascending |
Ascendant. |
Descending |
Descendant. |
Unsorted |
Unsorted. |
Méthodes
Equals(ThreatIntelligenceSortingOrder) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(ThreatIntelligenceSortingOrder, ThreatIntelligenceSortingOrder) |
Détermine si deux ThreatIntelligenceSortingOrder valeurs sont identiques. |
Implicit(String to ThreatIntelligenceSortingOrder) |
Convertit une chaîne en ThreatIntelligenceSortingOrder. |
Inequality(ThreatIntelligenceSortingOrder, ThreatIntelligenceSortingOrder) |
Détermine si deux ThreatIntelligenceSortingOrder valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET