Share via


IWithCaptureProviderOrCreate.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.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

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.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

Parameters

storageAccountId
String

Storage account arm id.

containerName
String

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

Returns

Applies to