DenylistCustomAlertRule クラス

定義

値 (カスタム アラートの種類に依存) が拒否されたかどうかを確認するカスタム アラート ルール。

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

コンストラクター

DenylistCustomAlertRule(Boolean, IEnumerable<String>)

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

プロパティ

DenylistValues

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

Description

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

(継承元 CustomAlertRule)
DisplayName

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

(継承元 CustomAlertRule)
IsEnabled

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

(継承元 CustomAlertRule)
ValueType

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

(継承元 ListCustomAlertRule)

適用対象