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

SecurityInsightsAlertSeverity(String)

Initializes a new instance of SecurityInsightsAlertSeverity.

Properties

High

High severity.

Informational

Informational severity.

Low

Low severity.

Medium

Medium severity.

Methods

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

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