Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Accounts

Package version

Interface representing a Accounts.

Hierarchy

  • Accounts

Implemented by

Index

Methods

createOrUpdate

delete

get

listByResourceGroup

listBySubscription

listKeys

  • Get the keys to use with the Maps APIs. A key is used to authenticate and authorize access to the Maps REST APIs. Only one key is needed at a time; two are given to provide seamless key regeneration.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • accountName: string

      The name of the Maps Account.

    • Optional options: AccountsListKeysOptionalParams

      The options parameters.

    Returns Promise<AccountsListKeysResponse>

listSas

  • Create and list an account shared access signature token. Use this SAS token for authentication to Azure Maps REST APIs through various Azure Maps SDKs. As prerequisite to create a SAS Token.

    Prerequisites:

    1. Create or have an existing User Assigned Managed Identity in the same Azure region as the account.
    2. Create or update an Azure Map account with the same Azure region as the User Assigned Managed Identity is placed.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • accountName: string

      The name of the Maps Account.

    • mapsAccountSasParameters: AccountSasParameters

      The updated parameters for the Maps Account.

    • Optional options: AccountsListSasOptionalParams

      The options parameters.

    Returns Promise<AccountsListSasResponse>

regenerateKeys

update

Generated using TypeDoc