Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHub
Packages that use EventHub
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHub in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return EventHubModifier and TypeMethodDescriptionGets an event hub in a namespace under a resource group.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type EventHubModifier and TypeMethodDescriptionEventHubs.getByNameAsync(String resourceGroupName, String namespaceName, String name) Gets an event hub in a namespace under a resource group.com.azure.core.http.rest.PagedIterable<EventHub> EventHubs.listByNamespace(String resourceGroupName, String namespaceName) Lists the event hubs in a namespace under a resource group.com.azure.core.http.rest.PagedFlux<EventHub> EventHubs.listByNamespaceAsync(String resourceGroupName, String namespaceName) Lists the event hubs in a namespace under a resource group.com.azure.core.http.rest.PagedIterable<EventHub> EventHubNamespace.listEventHubs()Gets list of event hubs in the namespace.com.azure.core.http.rest.PagedFlux<EventHub> EventHubNamespace.listEventHubsAsync()Gets the event hubs in the namespace.Methods in com.azure.resourcemanager.eventhubs.models with parameters of type EventHubModifier and TypeMethodDescriptionEventHubAuthorizationRule.DefinitionStages.WithEventHub.withExistingEventHub(EventHub eventHub) Specifies that authorization rule needs to be created for the given event hub.EventHubConsumerGroup.DefinitionStages.WithEventHub.withExistingEventHub(EventHub eventHub) Specifies the event hub for which consumer group needs to be created.