Share via


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

IEventHubs 接口

定义

用于管理事件中心的入口点。

public interface IEventHubs : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHub>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubs = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsGettingById<IEventHub>
    interface IHasInner<IEventHubsOperations>
    interface IHasManager<IEventHubManager>
Public Interface IEventHubs
Implements IBeta, IHasInner(Of IEventHubsOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHub)
实现
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHub> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>

属性

AuthorizationRules

获取用于管理事件中心的授权规则的入口点。

ConsumerGroups

获取用于管理事件中心的使用者组的入口点。

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)

删除资源组下命名空间中的事件中心。

DeleteByNameAsync(String, String, String, CancellationToken)

删除资源组下命名空间中的事件中心。

GetById(String)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByName(String, String, String)

获取资源组下命名空间中的事件中心。

GetByNameAsync(String, String, String, CancellationToken)

获取资源组下命名空间中的事件中心。

ListByNamespace(String, String)

列出资源组下命名空间中的事件中心。

ListByNamespaceAsync(String, String, CancellationToken)

列出资源组下命名空间中的事件中心。

适用于