AccessKeys interface
Namespace/EventHub Connection String
Properties
| alias |
Primary connection string of the alias if GEO DR is enabled |
| alias |
Secondary connection string of the alias if GEO DR is enabled |
| key |
A string that describes the AuthorizationRule. |
| primary |
Primary connection string of the created namespace AuthorizationRule. |
| primary |
A base64-encoded 256-bit primary key for signing and validating the SAS token. |
| secondary |
Secondary connection string of the created namespace AuthorizationRule. |
| secondary |
A base64-encoded 256-bit primary key for signing and validating the SAS token. |
Property Details
aliasPrimaryConnectionString
Primary connection string of the alias if GEO DR is enabled
aliasPrimaryConnectionString?: string
Property Value
string
aliasSecondaryConnectionString
Secondary connection string of the alias if GEO DR is enabled
aliasSecondaryConnectionString?: string
Property Value
string
keyName
A string that describes the AuthorizationRule.
keyName?: string
Property Value
string
primaryConnectionString
Primary connection string of the created namespace AuthorizationRule.
primaryConnectionString?: string
Property Value
string
primaryKey
A base64-encoded 256-bit primary key for signing and validating the SAS token.
primaryKey?: string
Property Value
string
secondaryConnectionString
Secondary connection string of the created namespace AuthorizationRule.
secondaryConnectionString?: string
Property Value
string
secondaryKey
A base64-encoded 256-bit primary key for signing and validating the SAS token.
secondaryKey?: string
Property Value
string