次の方法で共有


IWithStorageEndpoint.WithStorageEndpoint(String) メソッド

定義

セキュリティ アラート ポリシーのストレージ エンドポイントを設定します。

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Definition.IWithStorageAccountAccessKey WithStorageEndpoint (string storageEndpoint);
abstract member WithStorageEndpoint : string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Definition.IWithStorageAccountAccessKey
Public Function WithStorageEndpoint (storageEndpoint As String) As IWithStorageAccountAccessKey

パラメーター

storageEndpoint
String

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

戻り値

適用対象