Share via


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

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