IWithCapture.WithExistingStorageAccountForCapturedData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET