getCreator

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

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.

See also

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.


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.

See also

Parameters

argument

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