次の方法で共有


SecurityAlertReceivingRole 構造体

定義

セキュリティ通知アラートの送信先を構成するために使用できるロール。

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

コンストラクター

SecurityAlertReceivingRole(String)

SecurityAlertReceivingRole の新しいインスタンスを初期化します。

プロパティ

AccountAdmin

有効になっている場合は、新しいアラートに関する通知をアカウント管理者に送信します。

Contributor

有効になっている場合は、サブスクリプションの共同作成者に新しいアラートに関する通知を送信します。

Owner

有効になっている場合は、サブスクリプション所有者に新しいアラートに関する通知を送信します。

ServiceAdmin

有効になっている場合は、新しいアラートに関する通知をサービス管理者に送信します。

メソッド

Equals(SecurityAlertReceivingRole)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(SecurityAlertReceivingRole, SecurityAlertReceivingRole)

2 つの SecurityAlertReceivingRole 値が同じかどうかを判断します。

Implicit(String to SecurityAlertReceivingRole)

文字列を SecurityAlertReceivingRole に変換します。

Inequality(SecurityAlertReceivingRole, SecurityAlertReceivingRole)

2 つの SecurityAlertReceivingRole 値が同じでないかどうかを判断します。

適用対象