Share via


SecurityAlertMinimalSeverity Struct

Definition

Defines the minimal alert severity which will be sent as email notifications.

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

Constructors

SecurityAlertMinimalSeverity(String)

Initializes a new instance of SecurityAlertMinimalSeverity.

Properties

High

Get notifications on new alerts with High severity.

Low

Don't get notifications on new alerts with low, medium or high severity.

Medium

Get notifications on new alerts with medium or high severity.

Methods

Equals(SecurityAlertMinimalSeverity)

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

Determines if two SecurityAlertMinimalSeverity values are the same.

Implicit(String to SecurityAlertMinimalSeverity)

Converts a string to a SecurityAlertMinimalSeverity.

Inequality(SecurityAlertMinimalSeverity, SecurityAlertMinimalSeverity)

Determines if two SecurityAlertMinimalSeverity values are not the same.

Applies to