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

IConsumerGroupsOperations 接口

定义

ConsumerGroupsOperations 操作。

public interface IConsumerGroupsOperations
type IConsumerGroupsOperations = interface
Public Interface IConsumerGroupsOperations

方法

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

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

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

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

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

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

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

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

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

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

扩展方法

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)

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

适用于