Share via


SecurityAlertReceivingRole Struct

Definition

A possible role to configure sending security notification alerts to.

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

Constructors

SecurityAlertReceivingRole(String)

Initializes a new instance of SecurityAlertReceivingRole.

Properties

AccountAdmin

If enabled, send notification on new alerts to the account admins.

Contributor

If enabled, send notification on new alerts to the subscription contributors.

Owner

If enabled, send notification on new alerts to the subscription owners.

ServiceAdmin

If enabled, send notification on new alerts to the service admins.

Methods

Equals(SecurityAlertReceivingRole)

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

Determines if two SecurityAlertReceivingRole values are the same.

Implicit(String to SecurityAlertReceivingRole)

Converts a string to a SecurityAlertReceivingRole.

Inequality(SecurityAlertReceivingRole, SecurityAlertReceivingRole)

Determines if two SecurityAlertReceivingRole values are not the same.

Applies to