次の方法で共有


ProcessNotAllowed クラス

定義

許可されていないプロセスの実行。 許可リストは、許可するプロセス名で構成されます。

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

コンストラクター

ProcessNotAllowed(Boolean, IEnumerable<String>)

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

プロパティ

AllowlistValues

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

(継承元 AllowlistCustomAlertRule)
Description

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

(継承元 CustomAlertRule)
DisplayName

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

(継承元 CustomAlertRule)
IsEnabled

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

(継承元 CustomAlertRule)
ValueType

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

(継承元 ListCustomAlertRule)

適用対象