Uses of Interface
com.microsoft.azure.management.eventhub.EventHub
-
-
Uses of EventHub in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return EventHub Modifier and Type Method Description EventHubEventHubs. getByName(String resourceGroupName, String namespaceName, String name)Gets an event hub in a namespace under a resource group.Methods in com.microsoft.azure.management.eventhub that return types with arguments of type EventHub Modifier and Type Method Description rx.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()Methods in com.microsoft.azure.management.eventhub with parameters of type EventHub Modifier and Type Method Description EventHubAuthorizationRule.DefinitionStages.WithAccessPolicyEventHubAuthorizationRule.DefinitionStages.WithEventHub. withExistingEventHub(EventHub eventHub)Specifies that authorization rule needs to be created for the given event hub.EventHubConsumerGroup.DefinitionStages.WithCreateEventHubConsumerGroup.DefinitionStages.WithEventHub. withExistingEventHub(EventHub eventHub)Specifies the event hub for which consumer group needs to be created.
-