Udostępnij przez


SecurityAlertNotificationByRoleState Struct

Definition

Defines whether to send email notifications from AMicrosoft Defender for Cloud to persons with specific RBAC roles on the subscription.

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

Constructors

Name Description
SecurityAlertNotificationByRoleState(String)

Initializes a new instance of SecurityAlertNotificationByRoleState.

Properties

Name Description
Off

Don't send notification on new alerts to the subscription's admins.

On

Send notification on new alerts to the subscription's admins.

Methods

Name Description
Equals(SecurityAlertNotificationByRoleState)

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

Determines if two SecurityAlertNotificationByRoleState values are the same.

Implicit(String to SecurityAlertNotificationByRoleState)

Converts a String to a SecurityAlertNotificationByRoleState.

Inequality(SecurityAlertNotificationByRoleState, SecurityAlertNotificationByRoleState)

Determines if two SecurityAlertNotificationByRoleState values are not the same.

Applies to