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

CommunicationServiceKeys interface

表示 CommunicationService 的访问密钥的类。

属性

primaryConnectionString

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

primaryKey

主访问密钥。

secondaryConnectionString

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

secondaryKey

辅助访问密钥。

属性详细信息

primaryConnectionString

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

primaryConnectionString?: string

属性值

string

primaryKey

主访问密钥。

primaryKey?: string

属性值

string

secondaryConnectionString

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

secondaryConnectionString?: string

属性值

string

secondaryKey

辅助访问密钥。

secondaryKey?: string

属性值

string