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
Subinterfaces with type arguments of type EventHubConsumerGroup in com.azure.resourcemanager.eventhubs.modelsModifier and TypeInterfaceDescriptioninterfaceType representing consumer group of an event hub.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe template for a consumer group update operation, containing all the settings that can be modified.interfaceEntry point to manage event hub consumer groups.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()Gets consumer group in the event hub.com.azure.core.http.rest.PagedFlux<EventHubConsumerGroup> EventHub.listConsumerGroupsAsync()Gets consumer group in the event hub.