Uses of Interface
com.microsoft.azure.management.eventhub.EventHubConsumerGroup
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EventHubConsumerGroup in com.microsoft.azure.management.eventhub
Modifier and TypeMethodDescriptionEventHubConsumerGroups.getByName
(String resourceGroupName, String namespaceName, String eventHubName, String name) Gets a consumer group of an event hub in a namespace under a resource group.Modifier and TypeMethodDescriptionrx.Observable<EventHubConsumerGroup>
EventHubConsumerGroups.getByNameAsync
(String resourceGroupName, String namespaceName, String eventHubName, String name) Gets a consumer group of an event hub in a namespace in a resource group.com.microsoft.azure.PagedList<EventHubConsumerGroup>
EventHubConsumerGroups.listByEventHub
(String resourceGroupName, String namespaceName, String eventHubName) Lists the consumer groups of an event hub in a namespace under a resource group.rx.Observable<EventHubConsumerGroup>
EventHubConsumerGroups.listByEventHubAsync
(String resourceGroupName, String namespaceName, String eventHubName) Lists the consumer groups of an event hub in a namespace under a resource group.com.microsoft.azure.PagedList<EventHubConsumerGroup>
EventHub.listConsumerGroups()
rx.Observable<EventHubConsumerGroup>
EventHub.listConsumerGroupsAsync()