Share via


SecurityAlertNotificationState Struct

Definition

Defines if email notifications will be sent about new security alerts.

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

Constructors

SecurityAlertNotificationState(String)

Initializes a new instance of SecurityAlertNotificationState.

Properties

Off

Don't get notifications on new alerts.

On

Get notifications on new alerts.

Methods

Equals(SecurityAlertNotificationState)

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

Determines if two SecurityAlertNotificationState values are the same.

Implicit(String to SecurityAlertNotificationState)

Converts a string to a SecurityAlertNotificationState.

Inequality(SecurityAlertNotificationState, SecurityAlertNotificationState)

Determines if two SecurityAlertNotificationState values are not the same.

Applies to