Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHubConsumerGroup
Packages that use EventHubConsumerGroup
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHubConsumerGroup in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return EventHubConsumerGroupModifier 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.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type EventHubConsumerGroupModifier and TypeMethodDescriptionEventHubConsumerGroups.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.azure.core.http.rest.PagedIterable<EventHubConsumerGroup> EventHubConsumerGroups.listByEventHub(String resourceGroupName, String namespaceName, String eventHubName) Lists the consumer groups of an event hub in a namespace under a resource group.com.azure.core.http.rest.PagedFlux<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.azure.core.http.rest.PagedIterable<EventHubConsumerGroup> EventHub.listConsumerGroups()com.azure.core.http.rest.PagedFlux<EventHubConsumerGroup> EventHub.listConsumerGroupsAsync()