Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommunicationServiceKeys

Package version

A class representing the access keys of a CommunicationService.

Hierarchy

  • CommunicationServiceKeys

Index

Properties

Optional primaryConnectionString

primaryConnectionString: undefined | string

CommunicationService connection string constructed via the primaryKey

Optional primaryKey

primaryKey: undefined | string

The primary access key.

Optional secondaryConnectionString

secondaryConnectionString: undefined | string

CommunicationService connection string constructed via the secondaryKey

Optional secondaryKey

secondaryKey: undefined | string

The secondary access key.

Generated using TypeDoc