CommunicationServiceKeys interface
類別,表示 CommunicationService 的存取金鑰。
屬性
primary |
透過 primaryKey 建構的 CommunicationService 連接字串 |
primary |
主要存取金鑰。 |
secondary |
透過 secondaryKey 建構的 CommunicationService 連接字串 |
secondary |
次要存取金鑰。 |
屬性詳細資料
primaryConnectionString
透過 primaryKey 建構的 CommunicationService 連接字串
primaryConnectionString?: string
屬性值
string
primaryKey
主要存取金鑰。
primaryKey?: string
屬性值
string
secondaryConnectionString
透過 secondaryKey 建構的 CommunicationService 連接字串
secondaryConnectionString?: string
屬性值
string
secondaryKey
次要存取金鑰。
secondaryKey?: string
屬性值
string