getCreator

Get a Maps Creator resource. Uses Azure REST API version 2021-02-01. Other available API versions: 2020-02-01-preview, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.

Return

An Azure resource which represents Maps Creator product and provides ability to manage private location data.

Parameters

argument

null


suspend fun getCreator(accountName: String, creatorName: String, resourceGroupName: String): GetCreatorResult

Return

An Azure resource which represents Maps Creator product and provides ability to manage private location data.

Parameters

accountName

The name of the Maps Account.

creatorName

The name of the Maps Creator instance.

resourceGroupName

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

See also


suspend fun getCreator(argument: suspend GetCreatorPlainArgsBuilder.() -> Unit): GetCreatorResult

Return

An Azure resource which represents Maps Creator product and provides ability to manage private location data.

Parameters

argument

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

See also