Package version:

Interface Accounts

Interface representing a Accounts.

Hierarchy

  • Accounts

Methods

  • 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<MapsAccountSasToken>

Generated using TypeDoc