次の方法で共有


IWithSecurityAlertPolicyState インターフェイス

定義

状態を設定するための SQL データベース脅威検出ポリシーの更新定義。

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

メソッド

WithDefaultSecurityAlertPolicy()

セキュリティ アラート ポリシーの状態を "新規" に更新します。

WithPolicyDisabled()

セキュリティ アラート ポリシーの状態を "無効" に更新します。

WithPolicyEnabled()

セキュリティ アラート ポリシーの状態を "有効" に更新します。

WithPolicyNew()

セキュリティ アラート ポリシーの状態を "新規" に更新します。

適用対象