Uses of Interface
com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureEnabledDisabled
-
-
Uses of EventHub.DefinitionStages.WithCaptureEnabledDisabled in com.microsoft.azure.management.eventhub
Subinterfaces of EventHub.DefinitionStages.WithCaptureEnabledDisabled in com.microsoft.azure.management.eventhub Modifier and Type Interface Description static interfaceEventHub.DefinitionThe entirety of the event hub definition.Methods in com.microsoft.azure.management.eventhub that return EventHub.DefinitionStages.WithCaptureEnabledDisabled Modifier and Type Method Description EventHub.DefinitionStages.WithCaptureEnabledDisabledEventHub.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.WithCaptureEnabledDisabledEventHub.DefinitionStages.WithCaptureProviderOrCreate. withExistingStorageAccountForCapturedData(String storageAccountId, String containerName)Specifies an existing storage account to store the captured data when data capturing is enabled.EventHub.DefinitionStages.WithCaptureEnabledDisabledEventHub.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.
-