Share via


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

IEventHubManager 接口

定义

Azure EventHub 资源管理的入口点。

public interface IEventHubManager : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManagementClient>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManagementClient>
type IEventHubManager = interface
    interface IManager<IEventHubManagementClient>
    interface IHasInner<IEventHubManagementClient>
    interface IManagerBase
    interface IBeta
Public Interface IEventHubManager
Implements IBeta, IHasInner(Of IEventHubManagementClient), IManager(Of IEventHubManagementClient)
实现
IBeta IHasInner<InnerT> IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManagementClient> IManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManagementClient> IManagerBase

属性

ConsumerGroups

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

DisasterRecoveryPairingAuthorizationRules

用于管理灾难恢复配对授权规则的入口点

EventHubAuthorizationRules

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

EventHubDisasterRecoveryPairings

用于管理事件中心命名空间的灾难恢复配对的入口点

EventHubs

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

Inner

Azure EventHub 资源管理的入口点。

(继承自 IHasInner<T>)
NamespaceAuthorizationRules

用于管理事件中心命名空间授权规则的入口点

Namespaces

用于管理 EventHub 命名空间的入口点

ResourceManager

Azure EventHub 资源管理的入口点。

(继承自 IManagerBase)
RestClient

Azure EventHub 资源管理的入口点。

(继承自 IManager<InnerT>)
SubscriptionId

Azure EventHub 资源管理的入口点。

(继承自 IManagerBase)

适用于