getAccount

Get a Maps Account. API Version: 2018-05-01.

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 Azure Resource Group.

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