Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHub.DefinitionStages.WithCaptureEnabledDisabled
Packages that use EventHub.DefinitionStages.WithCaptureEnabledDisabled
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHub.DefinitionStages.WithCaptureEnabledDisabled in com.azure.resourcemanager.eventhubs.models
Subinterfaces of EventHub.DefinitionStages.WithCaptureEnabledDisabled in com.azure.resourcemanager.eventhubs.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the event hub definition.Methods in com.azure.resourcemanager.eventhubs.models that return EventHub.DefinitionStages.WithCaptureEnabledDisabledModifier and TypeMethodDescriptionEventHub.DefinitionStages.WithCaptureProviderOrCreate.withExistingStorageAccountForCapturedData(StorageAccount storageAccount, String containerName) Specifies an existing storage account to store the captured data when data capturing is enabled.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.WithCaptureProviderOrCreate.withNewStorageAccountForCapturedData(Creatable<StorageAccount> storageAccountCreatable, String containerName) Specifies a new storage account to store the captured data when data capturing is enabled.