getAccount

Get a Maps Account. Uses Azure REST API version 2024-07-01-preview. Other available API versions: 2020-02-01-preview, 2021-02-01, 2021-07-01-preview, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native maps [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

An Azure resource which represents access to a suite of Maps REST APIs.

Parameters

argument

null


suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult

Return

An Azure resource which represents access to a suite of Maps REST APIs.

Parameters

accountName

The name of the Maps Account.

resourceGroupName

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

See also


suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult

Return

An Azure resource which represents access to a suite of Maps REST APIs.

Parameters

argument

Builder for com.pulumi.azurenative.maps.kotlin.inputs.GetAccountPlainArgs.

See also