次の方法で共有


ConnectionToIPNotAllowed クラス

定義

許可されていない IP への送信接続。 許可リストは、CIDR 表記の ipv4 または ipv6 範囲で構成されます。

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

コンストラクター

ConnectionToIPNotAllowed(Boolean, IEnumerable<String>)

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

プロパティ

AllowlistValues

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

(継承元 AllowlistCustomAlertRule)
Description

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

(継承元 CustomAlertRule)
DisplayName

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

(継承元 CustomAlertRule)
IsEnabled

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

(継承元 CustomAlertRule)
ValueType

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

(継承元 ListCustomAlertRule)

適用対象