SecurityAlertSeverity 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 risk level of the threat that was detected. Learn more: https://docs.microsoft.com/en-us/azure/security-center/security-center-alerts-overview#how-are-alerts-classified.
public readonly struct SecurityAlertSeverity : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityAlertSeverity>
type SecurityAlertSeverity = struct
Public Structure SecurityAlertSeverity
Implements IEquatable(Of SecurityAlertSeverity)
- Inheritance
-
SecurityAlertSeverity
- Implements
Constructors
SecurityAlertSeverity(String) |
Initializes a new instance of SecurityAlertSeverity. |
Properties
High |
High. |
Informational |
Informational. |
Low |
Low. |
Medium |
Medium. |
Methods
Equals(SecurityAlertSeverity) |
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(SecurityAlertSeverity, SecurityAlertSeverity) |
Determines if two SecurityAlertSeverity values are the same. |
Implicit(String to SecurityAlertSeverity) |
Converts a string to a SecurityAlertSeverity. |
Inequality(SecurityAlertSeverity, SecurityAlertSeverity) |
Determines if two SecurityAlertSeverity values are not the same. |
Applies to
Azure SDK for .NET