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

SignalRKeys 类

定义

类表示资源的访问密钥。

public class SignalRKeys
type SignalRKeys = class
Public Class SignalRKeys
继承
SignalRKeys

属性

PrimaryConnectionString

通过 primaryKey 构造的连接字符串。

PrimaryKey

主访问密钥。

SecondaryConnectionString

通过 secondaryKey 构造的连接字符串。

SecondaryKey

辅助访问密钥。

适用于