Udostępnij przez


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

Name Description
ReportedSeverity(String)

Initializes a new instance of ReportedSeverity.

Properties

Name Description
High

High.

Informational

Informational.

Low

Low.

Medium

Medium.

Methods

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

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