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

public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithStorageAccount

ストレージ アカウントの BLOB エンドポイントとアクセス キーを指定するためのSQL Serverセキュリティ アラート ポリシーの更新定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withStorageEndpoint(String storageEndpointUri, String storageAccessKey)

ストレージ アカウントの BLOB エンドポイントとアクセス キーを指定します。

メソッドの詳細

withStorageEndpoint

public abstract SqlServerSecurityAlertPolicy.Update withStorageEndpoint(String storageEndpointUri, String storageAccessKey)

ストレージ アカウントの BLOB エンドポイントとアクセス キーを指定します。

Parameters:

storageEndpointUri - BLOB ストレージ エンドポイント (例: https://MyAccount.blob.core.windows.net)。この BLOB ストレージには、すべての脅威検出監査ログが保持されます
storageAccessKey - 脅威検出監査ストレージ アカウントの識別子キー

Returns:

定義の次のステージ。

適用対象