ConsumerGroupsOperationsExtensions Class

Definition

Extension methods for ConsumerGroupsOperations.

public static class ConsumerGroupsOperationsExtensions
type ConsumerGroupsOperationsExtensions = class
Public Module ConsumerGroupsOperationsExtensions
Inheritance
ConsumerGroupsOperationsExtensions

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