SecurityInsightsAlertSeverity 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 severity of the alert.
public readonly struct SecurityInsightsAlertSeverity : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertSeverity>
type SecurityInsightsAlertSeverity = struct
Public Structure SecurityInsightsAlertSeverity
Implements IEquatable(Of SecurityInsightsAlertSeverity)
- Inheritance
-
SecurityInsightsAlertSeverity
- Implements
Constructors
SecurityInsightsAlertSeverity(String) |
Initializes a new instance of SecurityInsightsAlertSeverity. |
Properties
High |
High severity. |
Informational |
Informational severity. |
Low |
Low severity. |
Medium |
Medium severity. |
Methods
Equals(SecurityInsightsAlertSeverity) |
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(SecurityInsightsAlertSeverity, SecurityInsightsAlertSeverity) |
Determines if two SecurityInsightsAlertSeverity values are the same. |
Implicit(String to SecurityInsightsAlertSeverity) |
Converts a string to a SecurityInsightsAlertSeverity. |
Inequality(SecurityInsightsAlertSeverity, SecurityInsightsAlertSeverity) |
Determines if two SecurityInsightsAlertSeverity values are not the same. |
Applies to
Azure SDK for .NET