SignalRKeys interface

A class represents the access keys of the resource.

Properties

primaryConnectionString

Connection string constructed via the primaryKey

primaryKey

The primary access key.

secondaryConnectionString

Connection string constructed via the secondaryKey

secondaryKey

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