RuleSeverity Struct

Definition

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

Name Description
RuleSeverity(String)

Initializes a new instance of RuleSeverity.

Properties

Name Description
High

High severity vulnerability requiring immediate attention.

Informational

Informational finding that does not indicate a vulnerability.

Low

Low severity vulnerability with minimal risk.

Medium

Medium severity vulnerability that should be addressed.

Obsolete

The rule is obsolete and no longer applicable.

Methods

Name Description
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

Name Description
Equality(RuleSeverity, RuleSeverity)

Determines if two RuleSeverity values are the same.

Implicit(String to Nullable<RuleSeverity>)
Implicit(String to RuleSeverity)

Converts a string to a RuleSeverity.

Inequality(RuleSeverity, RuleSeverity)

Determines if two RuleSeverity values are not the same.

Applies to