SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState インターフェイス

public static interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState

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

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withDefaultSecurityAlertPolicy()

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

abstract Update withPolicyDisabled()

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

abstract Update withPolicyEnabled()

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

abstract Update withPolicyNew()

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

メソッドの詳細

withDefaultSecurityAlertPolicy

public abstract SqlDatabaseThreatDetectionPolicy.Update withDefaultSecurityAlertPolicy()

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

Returns:

定義の次のステージ

withPolicyDisabled

public abstract SqlDatabaseThreatDetectionPolicy.Update withPolicyDisabled()

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

Returns:

定義の次のステージ

withPolicyEnabled

public abstract SqlDatabaseThreatDetectionPolicy.Update withPolicyEnabled()

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

Returns:

定義の次のステージ

withPolicyNew

public abstract SqlDatabaseThreatDetectionPolicy.Update withPolicyNew()

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

Returns:

定義の次のステージ。

適用対象