你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IEventHubAuthorizationKey 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 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 |
获取辅助访问密钥。 |