Uses of Interface
com.microsoft.azure.management.eventhub.EventHub
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EventHub in com.microsoft.azure.management.eventhub
Modifier and TypeMethodDescriptionGets an event hub in a namespace under a resource group.Modifier and TypeMethodDescriptionrx.Observable<EventHub>
EventHubs.getByNameAsync
(String resourceGroupName, String namespaceName, String name) Gets an event hub in a namespace under a resource group.com.microsoft.azure.PagedList<EventHub>
EventHubs.listByNamespace
(String resourceGroupName, String namespaceName) Lists the event hubs in a namespace under a resource group.rx.Observable<EventHub>
EventHubs.listByNamespaceAsync
(String resourceGroupName, String namespaceName) Lists the event hubs in a namespace under a resource group.com.microsoft.azure.PagedList<EventHub>
EventHubNamespace.listEventHubs()
rx.Observable<EventHub>
EventHubNamespace.listEventHubsAsync()
Modifier 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.