Package-level declarations

Types

Link copied to clipboard

An Azure resource which represents access to a suite of Maps REST APIs. API Version: 2018-05-01.

Link copied to clipboard
data class AccountArgs(val accountName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccountArgs>

An Azure resource which represents access to a suite of Maps REST APIs. API Version: 2018-05-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An Azure resource which represents Maps Creator product and provides ability to manage private location data. API Version: 2020-02-01-preview.

Link copied to clipboard
data class CreatorArgs(val accountName: Output<String>? = null, val creatorName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CreatorArgs>

An Azure resource which represents Maps Creator product and provides ability to manage private location data. API Version: 2020-02-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An Azure resource which represents which will provision the ability to create private location data. API Version: 2020-02-01-preview.

Link copied to clipboard
data class PrivateAtlaseArgs(val accountName: Output<String>? = null, val location: Output<String>? = null, val privateAtlasName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PrivateAtlaseArgs>

An Azure resource which represents which will provision the ability to create private location data. API Version: 2020-02-01-preview.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun accountResource(name: String, block: suspend AccountResourceBuilder.() -> Unit): Account
Link copied to clipboard
suspend fun creatorResource(name: String, block: suspend CreatorResourceBuilder.() -> Unit): Creator
Link copied to clipboard