Freigeben über


SecurityInsightsAlertSeverity Struct

Definition

The severity of the alert.

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

Constructors

Name Description
SecurityInsightsAlertSeverity(String)

Initializes a new instance of SecurityInsightsAlertSeverity.

Properties

Name Description
High

High severity.

Informational

Informational severity.

Low

Low severity.

Medium

Medium severity.

Methods

Name Description
Equals(SecurityInsightsAlertSeverity)

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

Determines if two SecurityInsightsAlertSeverity values are the same.

Implicit(String to SecurityInsightsAlertSeverity)

Converts a String to a SecurityInsightsAlertSeverity.

Inequality(SecurityInsightsAlertSeverity, SecurityInsightsAlertSeverity)

Determines if two SecurityInsightsAlertSeverity values are not the same.

Applies to