你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConsumerGroupsOperationsExtensions 类

定义

ConsumerGroupsOperations 的扩展方法。

public static class ConsumerGroupsOperationsExtensions
type ConsumerGroupsOperationsExtensions = class
Public Module ConsumerGroupsOperationsExtensions
继承
ConsumerGroupsOperationsExtensions

方法

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

创建或更新事件中心使用者组作为命名空间中的嵌套资源。

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

从指定的事件中心和资源组中删除使用者组。

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

获取指定使用者组的说明。

ListByEventHubAsync(IConsumerGroupsOperations, String, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

获取命名空间中的所有使用者组。 如果命名空间中不存在使用者组,则返回空源。

ListByEventHubNextAsync(IConsumerGroupsOperations, String, CancellationToken)

获取命名空间中的所有使用者组。 如果命名空间中不存在使用者组,则返回空源。

适用于