Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapsAccountKeys

Package version

interface

An interface representing MapsAccountKeys. The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption.

Hierarchy

  • MapsAccountKeys

Index

Properties

Optional id

id: undefined | string
member

{string} [id] The full Azure resource identifier of the Maps Account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional primaryKey

primaryKey: undefined | string
member

{string} [primaryKey] The primary key for accessing the Maps REST APIs. NOTE: This property will not be serialized. It can only be populated by the server.

Optional secondaryKey

secondaryKey: undefined | string
member

{string} [secondaryKey] The secondary key for accessing the Maps REST APIs. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc