Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHub.DefinitionStages.WithCaptureProviderOrCreate
Packages that use EventHub.DefinitionStages.WithCaptureProviderOrCreate
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHub.DefinitionStages.WithCaptureProviderOrCreate in com.azure.resourcemanager.eventhubs.models
Subinterfaces of EventHub.DefinitionStages.WithCaptureProviderOrCreate 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.WithCaptureProviderOrCreateModifier and TypeMethodDescriptionEventHub.DefinitionStages.WithNamespace.withExistingNamespace(EventHubNamespace namespace) Specifies an existing event hub namespace in which event hub needs to be created.EventHub.DefinitionStages.WithNamespace.withExistingNamespace(String resourceGroupName, String namespaceName) Specifies an existing event hub namespace in which event hub needs to be created.EventHub.DefinitionStages.WithNamespace.withExistingNamespaceId(String namespaceId) Specifies id of an existing event hub namespace in which event hub needs to be created.EventHub.DefinitionStages.WithNamespace.withNewNamespace(Creatable<EventHubNamespace> namespaceCreatable) Specifies the new namespace in which event hub needs to be created.