Condividi tramite


IWithCapture.WithExistingStorageAccountForCapturedData Method

Definition

Overloads

WithExistingStorageAccountForCapturedData(IStorageAccount, String)

Specifies an existing storage account to store the captured data when data capturing is enabled.

WithExistingStorageAccountForCapturedData(String, String)

Specifies an existing storage account to store the captured data when data capturing is enabled.

WithExistingStorageAccountForCapturedData(IStorageAccount, String)

Specifies an existing storage account to store the captured data when data capturing is enabled.

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate 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.Update.IUpdate
Public Function WithExistingStorageAccountForCapturedData (storageAccount As IStorageAccount, containerName As String) As IUpdate

Parameters

storageAccount
IStorageAccount

Storage account.

containerName
String

An existing or new container to store the files containing captured data.

Returns

Applies to

WithExistingStorageAccountForCapturedData(String, String)

Specifies an existing storage account to store the captured data when data capturing is enabled.

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

Parameters

storageAccountId
String

Storage account arm id.

containerName
String

An existing or new container to store the files containing captured data.

Returns

Applies to