| 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(com.microsoft.azure.management.storage.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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable,
String containerName)
Specifies a new storage account to store the captured data when data capturing is enabled.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/