SecurityInsightsIncidentSeverity Struct

Definition

The severity of the incident.

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

Constructors

SecurityInsightsIncidentSeverity(String)

Initializes a new instance of SecurityInsightsIncidentSeverity.

Properties

High

High severity.

Informational

Informational severity.

Low

Low severity.

Medium

Medium severity.

Methods

Equals(SecurityInsightsIncidentSeverity)

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

Determines if two SecurityInsightsIncidentSeverity values are the same.

Implicit(String to SecurityInsightsIncidentSeverity)

Converts a string to a SecurityInsightsIncidentSeverity.

Inequality(SecurityInsightsIncidentSeverity, SecurityInsightsIncidentSeverity)

Determines if two SecurityInsightsIncidentSeverity values are not the same.

Applies to