Share via


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

IWithCaptureProviderOrCreate.WithExistingStorageAccountForCapturedData 方法

定义

重载

WithExistingStorageAccountForCapturedData(IStorageAccount, String)

指定在启用数据捕获时存储捕获的数据的现有存储帐户。

WithExistingStorageAccountForCapturedData(String, String)

指定在启用数据捕获时存储捕获的数据的现有存储帐户。

WithExistingStorageAccountForCapturedData(IStorageAccount, String)

指定在启用数据捕获时存储捕获的数据的现有存储帐户。

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureEnabledDisabled WithExistingStorageAccountForCapturedData (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount, string containerName);
abstract member WithExistingStorageAccountForCapturedData : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureEnabledDisabled
Public Function WithExistingStorageAccountForCapturedData (storageAccount As IStorageAccount, containerName As String) As IWithCaptureEnabledDisabled

参数

storageAccount
IStorageAccount

存储帐户。

containerName
String

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

返回

适用于

WithExistingStorageAccountForCapturedData(String, String)

指定在启用数据捕获时存储捕获的数据的现有存储帐户。

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureEnabledDisabled WithExistingStorageAccountForCapturedData (string storageAccountId, string containerName);
abstract member WithExistingStorageAccountForCapturedData : string * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureEnabledDisabled
Public Function WithExistingStorageAccountForCapturedData (storageAccountId As String, containerName As String) As IWithCaptureEnabledDisabled

参数

storageAccountId
String

存储帐户 arm ID。

containerName
String

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

返回

适用于