次の方法で共有


IWithThreatIntelMode インターフェイス

定義

脅威インテリジェンスの操作モードを指定できる Azure ファイアウォール定義のステージ。

public interface IWithThreatIntelMode
type IWithThreatIntelMode = interface
Public Interface IWithThreatIntelMode
派生

メソッド

WithAlertModeForThreatIntel()

脅威インテリジェンスの操作モードを "アラート" として有効にします。

WithDenyModeForThreatIntel()

脅威インテリジェンスの操作モードを "拒否" として有効にします。

WithOffModeForThreatIntel()

脅威インテリジェンスの操作モードを "オフ" として有効にします。

適用対象