Freigeben über


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.

Informational

Informational.

Low

Low.

Medium

Medium.

Obsolete

Obsolete.

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 RuleSeverity)

Converts a String to a RuleSeverity.

Inequality(RuleSeverity, RuleSeverity)

Determines if two RuleSeverity values are not the same.

Applies to