| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.models |
Package containing the data models for EventHubManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHub.Definition
The entirety of the event hub definition.
|
| Modifier and Type | Method and Description |
|---|---|
EventHub.DefinitionStages.WithCaptureEnabledDisabled |
EventHub.DefinitionStages.WithCaptureProviderOrCreate.withExistingStorageAccountForCapturedData(StorageAccount storageAccount,
String containerName)
Specifies an existing storage account to store the captured data when data capturing is enabled.
|
EventHub.DefinitionStages.WithCaptureEnabledDisabled |
EventHub.DefinitionStages.WithCaptureProviderOrCreate.withExistingStorageAccountForCapturedData(String storageAccountId,
String containerName)
Specifies an existing storage account to store the captured data when data capturing is enabled.
|
EventHub.DefinitionStages.WithCaptureEnabledDisabled |
EventHub.DefinitionStages.WithCaptureProviderOrCreate.withNewStorageAccountForCapturedData(Creatable<StorageAccount> storageAccountCreatable,
String containerName)
Specifies a new storage account to store the captured data when data capturing is enabled.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.