Dela via


SecurityAlertSeverity Struct

Definition

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

Constructors

SecurityAlertSeverity(String)

Initializes a new instance of SecurityAlertSeverity.

Properties

High

High.

Informational

Informational.

Low

Low.

Medium

Medium.

Methods

Equals(SecurityAlertSeverity)

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

Determines if two SecurityAlertSeverity values are the same.

Implicit(String to SecurityAlertSeverity)

Converts a string to a SecurityAlertSeverity.

Inequality(SecurityAlertSeverity, SecurityAlertSeverity)

Determines if two SecurityAlertSeverity values are not the same.

Applies to