CommunicationServiceKeys interface
A class representing the access keys of a CommunicationService.
Properties
primary |
CommunicationService connection string constructed via the primaryKey |
primary |
The primary access key. |
secondary |
CommunicationService connection string constructed via the secondaryKey |
secondary |
The secondary access key. |
Property Details
primaryConnectionString
CommunicationService connection string constructed via the primaryKey
primaryConnectionString?: string
Property Value
string
primaryKey
The primary access key.
primaryKey?: string
Property Value
string
secondaryConnectionString
CommunicationService connection string constructed via the secondaryKey
secondaryConnectionString?: string
Property Value
string
secondaryKey
The secondary access key.
secondaryKey?: string
Property Value
string