你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithCapture.WithNewStorageAccountForCapturedData 方法

定义

指定一个新的存储帐户,用于在启用数据捕获时存储捕获的数据。

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate WithNewStorageAccountForCapturedData (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> storageAccountCreatable, string containerName);
abstract member WithNewStorageAccountForCapturedData : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate
Public Function WithNewStorageAccountForCapturedData (storageAccountCreatable As ICreatable(Of IStorageAccount), containerName As String) As IUpdate

参数

storageAccountCreatable
ICreatable<IStorageAccount>

可创建存储帐户定义。

containerName
String

用于存储包含捕获数据的文件的容器。

返回

适用于