Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

An Azure resource which represents access to a suite of Maps REST APIs. Uses Azure REST API version 2021-02-01. In version 1.x of the Azure Native provider, it used API version 2018-05-01. Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.

Link copied to clipboard
data class AccountArgs(val accountName: Output<String>? = null, val kind: Output<Either<String, Kind>>? = null, val location: Output<String>? = null, val properties: Output<MapsAccountPropertiesArgs>? = 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. Uses Azure REST API version 2021-02-01. In version 1.x of the Azure Native provider, it used API version 2018-05-01. Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.

Link copied to clipboard
Link copied to clipboard
object AccountMapper : ResourceMapper<Account>
Link copied to clipboard
Link copied to clipboard
class Creator : KotlinCustomResource

An Azure resource which represents Maps Creator product and provides ability to manage private location data. Uses Azure REST API version 2021-02-01. In version 1.x of the Azure Native provider, it used API version 2020-02-01-preview. 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.

Link copied to clipboard
data class CreatorArgs(val accountName: Output<String>? = null, val creatorName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<CreatorPropertiesArgs>? = 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. Uses Azure REST API version 2021-02-01. In version 1.x of the Azure Native provider, it used API version 2020-02-01-preview. 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.

Link copied to clipboard
Link copied to clipboard
object CreatorMapper : ResourceMapper<Creator>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PrivateAtlase : KotlinCustomResource

An Azure resource which represents which will provision the ability to create private location data. Uses Azure REST API version 2020-02-01-preview. In version 1.x of the Azure Native provider, it used 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. Uses Azure REST API version 2020-02-01-preview. In version 1.x of the Azure Native provider, it used API version 2020-02-01-preview.

Link copied to clipboard
Link copied to clipboard
object PrivateAtlaseMapper : ResourceMapper<PrivateAtlase>
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

The private endpoint connection resource. Uses Azure REST API version 2023-12-01-preview. Other available API versions: 2024-01-01-preview.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val accountName: Output<String>? = null, val privateEndpointConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

The private endpoint connection resource. Uses Azure REST API version 2023-12-01-preview. Other available API versions: 2024-01-01-preview.

Functions

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