Gets a consumer group of an event hub in a namespace in a resource group.
Parameters:
resourceGroupName
- namespace resource group name
namespaceName
- event hub parent namespace name
eventHubName
- event hub name
name
- consumer group name
Returns:
observable that emits the consumer group
listByEventHub
public abstract PagedIterable listByEventHub(String resourceGroupName, String namespaceName, String eventHubName)
Lists the consumer groups of an event hub in a namespace under a resource group.
Parameters:
resourceGroupName
- namespace resource group name
namespaceName
- event hub parent namespace name
eventHubName
- event hub name
Returns:
list of consumer groups
listByEventHubAsync
public abstract PagedFlux listByEventHubAsync(String resourceGroupName, String namespaceName, String eventHubName)
Lists the consumer groups of an event hub in a namespace under a resource group.
Parameters:
resourceGroupName
- namespace resource group name
namespaceName
- event hub parent namespace name
eventHubName
- event hub name
Returns:
observable that emits the consumer groups
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.