Share via


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

IEventHubAuthorizationKey 接口

定义

表示 EventHubNamespaceAuthorizationRule 的访问密钥的类型。

public interface IEventHubAuthorizationKey : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.Models.AccessKeysInner>
type IEventHubAuthorizationKey = interface
    interface IBeta
    interface IHasInner<AccessKeysInner>
Public Interface IEventHubAuthorizationKey
Implements IBeta, IHasInner(Of AccessKeysInner)
实现

属性

Inner

表示 EventHubNamespaceAuthorizationRule 的访问密钥的类型。

(继承自 IHasInner<T>)
PrimaryConnectionString

获取主连接字符串。

PrimaryKey

获取主访问密钥。

SecondaryConnectionString

获取辅助连接字符串。

SecondaryKey

获取辅助访问密钥。

适用于