SecurityAlertNotificationByRoleState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
SecurityAlertNotificationByRoleState(String) |
Initializes a new instance of SecurityAlertNotificationByRoleState. |
Properties
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
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
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
Azure SDK for .NET