Share via


SqlServerSecurityAlertPolicy.UpdateStages.WithDisabledAlerts インターフェイス

public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithDisabledAlerts

無効になっているアラートの配列を設定するためのSQL Serverセキュリティ アラート ポリシーの更新定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withDisabledAlerts(String[] disabledAlerts)

無効になっているアラートの配列を指定します。

メソッドの詳細

withDisabledAlerts

public abstract SqlServerSecurityAlertPolicy.Update withDisabledAlerts(String[] disabledAlerts)

無効になっているアラートの配列を指定します。

Parameters:

disabledAlerts - 無効になっているアラートの配列

Returns:

定義の次のステージ。

適用対象