@Beta(value=V1_7_0) public static interface EventHub.DefinitionStages.WithCaptureProviderOrCreate extends EventHub.DefinitionStages.WithCreate
Modifier and Type | Method and Description |
---|---|
EventHub.DefinitionStages.WithCaptureEnabledDisabled |
withExistingStorageAccountForCapturedData(StorageAccount storageAccount,
String containerName)
Specifies an existing storage account to store the captured data when data capturing is enabled.
|
EventHub.DefinitionStages.WithCaptureEnabledDisabled |
withExistingStorageAccountForCapturedData(String storageAccountId,
String containerName)
Specifies an existing storage account to store the captured data when data capturing is enabled.
|
EventHub.DefinitionStages.WithCaptureEnabledDisabled |
withNewStorageAccountForCapturedData(Creatable<StorageAccount> storageAccountCreatable,
String containerName)
Specifies a new storage account to store the captured data when data capturing is enabled.
|
create, createAsync, createAsync
key
name
withNewListenRule, withNewManageRule, withNewSendRule
withNewConsumerGroup, withNewConsumerGroup
withPartitionCount
withRetentionPeriodInDays
@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCaptureEnabledDisabled withNewStorageAccountForCapturedData(Creatable<StorageAccount> storageAccountCreatable, String containerName)
storageAccountCreatable
- creatable storage account definitioncontainerName
- container to store the files containing captured data@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCaptureEnabledDisabled withExistingStorageAccountForCapturedData(StorageAccount storageAccount, String containerName)
storageAccount
- storage accountcontainerName
- an existing or new container to store the files containing captured data@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCaptureEnabledDisabled withExistingStorageAccountForCapturedData(String storageAccountId, String containerName)
storageAccountId
- storage account arm idcontainerName
- an existing or new container to store the files containing captured dataCopyright © 2019. All rights reserved.