SignalRKeys interface
A class represents the access keys of the resource.
Properties
primary |
Connection string constructed via the primaryKey |
primary |
The primary access key. |
secondary |
Connection string constructed via the secondaryKey |
secondary |
The secondary access key. |
Property Details
primaryConnectionString
Connection string constructed via the primaryKey
primaryConnectionString?: string
Property Value
string
primaryKey
The primary access key.
primaryKey?: string
Property Value
string
secondaryConnectionString
Connection string constructed via the secondaryKey
secondaryConnectionString?: string
Property Value
string
secondaryKey
The secondary access key.
secondaryKey?: string
Property Value
string