SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount インターフェイス

public static interface SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount

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

メソッドの概要

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

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

メソッドの詳細

withStorageEndpoint

public abstract SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate withStorageEndpoint(String storageEndpointUri, String storageAccessKey)

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

Parameters:

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

Returns:

定義の次のステージ。

適用対象