Udostępnij przez


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

Name Description
SecurityInsightsIncidentSeverity(String)

Initializes a new instance of SecurityInsightsIncidentSeverity.

Properties

Name Description
High

High severity.

Informational

Informational severity.

Low

Low severity.

Medium

Medium severity.

Methods

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

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