次の方法で共有


AllowlistCustomAlertRule クラス

定義

値 (カスタム アラートの種類に依存) が許可されているかどうかを確認するカスタム アラート ルール。 基底クラスであることに注意 AllowlistCustomAlertRule してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、ConnectionToIPNotAllowedLocalUserNotAllowedおよび がProcessNotAllowed含まれますConnectionFromIPNotAllowed

public class AllowlistCustomAlertRule : Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule
type AllowlistCustomAlertRule = class
    inherit ListCustomAlertRule
Public Class AllowlistCustomAlertRule
Inherits ListCustomAlertRule
継承
AllowlistCustomAlertRule
派生

コンストラクター

AllowlistCustomAlertRule(Boolean, IEnumerable<String>)

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

プロパティ

AllowlistValues

許可する値。 値の形式は、ルールの種類によって異なります。

Description

カスタム アラートの説明。

(継承元 CustomAlertRule)
DisplayName

カスタム アラートの表示名。

(継承元 CustomAlertRule)
IsEnabled

カスタム アラートの状態。

(継承元 CustomAlertRule)
ValueType

リスト内の項目の値の型。

(継承元 ListCustomAlertRule)

適用対象