Share via


ReportedSeverity Struct

Definition

Assessed alert severity.

public readonly struct ReportedSeverity : IEquatable<Azure.ResourceManager.SecurityCenter.Models.ReportedSeverity>
type ReportedSeverity = struct
Public Structure ReportedSeverity
Implements IEquatable(Of ReportedSeverity)
Inheritance
ReportedSeverity
Implements

Constructors

ReportedSeverity(String)

Initializes a new instance of ReportedSeverity.

Properties

High

High.

Informational

Informational.

Low

Low.

Medium

Medium.

Methods

Equals(ReportedSeverity)

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(ReportedSeverity, ReportedSeverity)

Determines if two ReportedSeverity values are the same.

Implicit(String to ReportedSeverity)

Converts a string to a ReportedSeverity.

Inequality(ReportedSeverity, ReportedSeverity)

Determines if two ReportedSeverity values are not the same.

Applies to