次の方法で共有


IWithStorageEndpoint.WithStorageEndpoint(String) メソッド

定義

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

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

パラメーター

storageEndpoint
String

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

戻り値

適用対象