rx.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() |
|