AllowlistCustomAlertRule クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値 (カスタム アラートの種類に依存) が許可されているかどうかを確認するカスタム アラート ルール。 基底クラスであることに注意 AllowlistCustomAlertRule してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、ConnectionToIPNotAllowed、LocalUserNotAllowedおよび がProcessNotAllowed含まれますConnectionFromIPNotAllowed。
public class AllowlistCustomAlertRule : Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule
type AllowlistCustomAlertRule = class
inherit ListCustomAlertRule
Public Class AllowlistCustomAlertRule
Inherits ListCustomAlertRule
- 継承
- 派生
コンストラクター
AllowlistCustomAlertRule(Boolean, IEnumerable<String>) |
AllowlistCustomAlertRule の新しいインスタンスを初期化します。 |
プロパティ
AllowlistValues |
許可する値。 値の形式は、ルールの種類によって異なります。 |
Description |
カスタム アラートの説明。 (継承元 CustomAlertRule) |
DisplayName |
カスタム アラートの表示名。 (継承元 CustomAlertRule) |
IsEnabled |
カスタム アラートの状態。 (継承元 CustomAlertRule) |
ValueType |
リスト内の項目の値の型。 (継承元 ListCustomAlertRule) |