IConsumerGroupsOperations Interface

Definition

ConsumerGroupsOperations operations.

public interface IConsumerGroupsOperations
type IConsumerGroupsOperations = interface
Public Interface IConsumerGroupsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a consumer group from the specified Event Hub and resource group.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a description for the specified consumer group.

ListByEventHubNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace.

ListByEventHubWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace.

Extension Methods

CreateOrUpdate(IConsumerGroupsOperations, String, String, String, String, String)

Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.

CreateOrUpdateAsync(IConsumerGroupsOperations, String, String, String, String, String, CancellationToken)

Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.

Delete(IConsumerGroupsOperations, String, String, String, String)

Deletes a consumer group from the specified Event Hub and resource group.

DeleteAsync(IConsumerGroupsOperations, String, String, String, String, CancellationToken)

Deletes a consumer group from the specified Event Hub and resource group.

Get(IConsumerGroupsOperations, String, String, String, String)

Gets a description for the specified consumer group.

GetAsync(IConsumerGroupsOperations, String, String, String, String, CancellationToken)

Gets a description for the specified consumer group.

ListByEventHub(IConsumerGroupsOperations, String, String, String, Nullable<Int32>, Nullable<Int32>)

Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace.

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.

ListByEventHubNext(IConsumerGroupsOperations, String)

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