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

public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithSecurityAlertPolicyState

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

メソッドの概要

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

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

abstract WithCreate withPolicyDisabled()

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

abstract WithStorageEndpoint withPolicyEnabled()

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

abstract WithStorageEndpoint withPolicyNew()

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

メソッドの詳細

withDefaultSecurityAlertPolicy

public abstract SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withDefaultSecurityAlertPolicy()

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

Returns:

定義の次のステージ

withPolicyDisabled

public abstract SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withPolicyDisabled()

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

Returns:

定義の次のステージ

withPolicyEnabled

public abstract SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageEndpoint withPolicyEnabled()

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

Returns:

定義の次のステージ

withPolicyNew

public abstract SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageEndpoint withPolicyNew()

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

Returns:

定義の次のステージ。

適用対象