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