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

CommunicationServiceKeys 类

定义

表示 CommunicationService 的访问密钥的类。

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

属性

PrimaryConnectionString

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

PrimaryKey

主访问密钥。

SecondaryConnectionString

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

SecondaryKey

辅助访问密钥。

适用于