CommunicationServiceKeys interface
Een klasse die de toegangssleutels van een CommunicationService vertegenwoordigt.
Eigenschappen
| primary |
CommunicationService-verbindingsreeks die is samengesteld via de primaryKey |
| primary |
De primaire toegangssleutel. |
| secondary |
CommunicationService-verbindingsreeks die is samengesteld via de secondaryKey |
| secondary |
De secundaire toegangssleutel. |
Eigenschapdetails
primaryConnectionString
CommunicationService-verbindingsreeks die is samengesteld via de primaryKey
primaryConnectionString?: string
Waarde van eigenschap
string
primaryKey
De primaire toegangssleutel.
primaryKey?: string
Waarde van eigenschap
string
secondaryConnectionString
CommunicationService-verbindingsreeks die is samengesteld via de secondaryKey
secondaryConnectionString?: string
Waarde van eigenschap
string
secondaryKey
De secundaire toegangssleutel.
secondaryKey?: string
Waarde van eigenschap
string