你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IEventHubConsumerGroups 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于管理事件中心使用者组的入口点。
public interface IEventHubConsumerGroups : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubConsumerGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IConsumerGroupsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubConsumerGroups = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsGettingById<IEventHubConsumerGroup>
interface IHasInner<IConsumerGroupsOperations>
interface IHasManager<IEventHubManager>
Public Interface IEventHubConsumerGroups
Implements IBeta, IHasInner(Of IConsumerGroupsOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubConsumerGroup)
- 实现
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubConsumerGroup> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IConsumerGroupsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
属性
Inner |
用于管理事件中心使用者组的入口点。 (继承自 IHasInner<T>) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
方法
Define(String) |
用于管理事件中心使用者组的入口点。 (继承自 ISupportsCreating<T>) |
DeleteById(String) |
从 Azure 中删除资源,并按其资源 ID 标识该资源。 (继承自 ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
从 Azure 中删除资源,并按其资源 ID 标识该资源。 (继承自 ISupportsDeletingById) |
DeleteByName(String, String, String, String) |
删除资源组下命名空间中事件中心的使用者组。 |
DeleteByNameAsync(String, String, String, String, CancellationToken) |
删除资源组下命名空间中事件中心的使用者组。 |
GetById(String) |
根据资源 ID 从 Azure 获取有关资源的信息。 (继承自 ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
根据资源 ID 从 Azure 获取有关资源的信息。 (继承自 ISupportsGettingById<T>) |
GetByName(String, String, String, String) |
获取资源组下命名空间中事件中心的使用者组。 |
GetByNameAsync(String, String, String, String, CancellationToken) |
获取资源组中命名空间中事件中心的使用者组。 |
ListByEventHub(String, String, String) |
列出资源组下命名空间中的事件中心的使用者组。 |
ListByEventHubAsync(String, String, String, CancellationToken) |
列出资源组下命名空间中的事件中心的使用者组。 |