IConsumerGroupsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ConsumerGroupsOperations operations.
public interface IConsumerGroupsOperations
type IConsumerGroupsOperations = interface
Public Interface IConsumerGroupsOperations
Methods
Extension Methods
CreateOrUpdateAsync(IConsumerGroupsOperations, String, String, String, String, String, CancellationToken) |
Creates or updates an Event Hubs consumer group as a nested resource within a Namespace. |
DeleteAsync(IConsumerGroupsOperations, String, String, String, String, CancellationToken) |
Deletes a consumer group from the specified Event Hub and resource group. |
GetAsync(IConsumerGroupsOperations, String, String, String, String, CancellationToken) |
Gets a description for the specified consumer group. |
ListByEventHubAsync(IConsumerGroupsOperations, String, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace. |
ListByEventHubNextAsync(IConsumerGroupsOperations, String, CancellationToken) |
Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace. |
Applies to
Azure SDK for .NET