Share via


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

IEventHubNamespaceAuthorizationRules 接口

定义

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

public interface IEventHubNamespaceAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubNamespaceAuthorizationRules = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsGettingById<IEventHubNamespaceAuthorizationRule>
    interface IHasInner<INamespacesOperations>
    interface IHasManager<IEventHubManager>
Public Interface IEventHubNamespaceAuthorizationRules
Implements IBeta, IHasInner(Of INamespacesOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubNamespaceAuthorizationRule)
实现
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubNamespaceAuthorizationRule> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations> 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)

删除资源组中命名空间下的授权规则。

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)

列出资源组中命名空间下的授权规则。

适用于