ReportedSeverity 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.
Gravité de l’alerte évaluée.
public readonly struct ReportedSeverity : IEquatable<Azure.ResourceManager.SecurityCenter.Models.ReportedSeverity>
type ReportedSeverity = struct
Public Structure ReportedSeverity
Implements IEquatable(Of ReportedSeverity)
- Héritage
-
ReportedSeverity
- Implémente
Constructeurs
ReportedSeverity(String) |
Initialise une nouvelle instance de ReportedSeverity. |
Propriétés
High |
Élevée. |
Informational |
Informatif. |
Low |
Faible. |
Medium |
Moyenne. |
Méthodes
Equals(ReportedSeverity) |
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(ReportedSeverity, ReportedSeverity) |
Détermine si deux ReportedSeverity valeurs sont identiques. |
Implicit(String to ReportedSeverity) |
Convertit une chaîne en ReportedSeverity. |
Inequality(ReportedSeverity, ReportedSeverity) |
Détermine si deux ReportedSeverity valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET