Package-level declarations

Types

Link copied to clipboard
data class CreatorPropertiesResponse(val provisioningState: String? = null)

Creator resource properties

Link copied to clipboard
data class GetAccountResult(val id: String, val location: String, val name: String, val properties: MapsAccountPropertiesResponse, val sku: SkuResponse, val tags: Map<String, String>, val type: String)

An Azure resource which represents access to a suite of Maps REST APIs.

Link copied to clipboard
data class GetCreatorResult(val id: String, val location: String, val name: String, val properties: CreatorPropertiesResponse, val tags: Map<String, String>? = null, val type: String)

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

Link copied to clipboard
data class GetPrivateAtlaseResult(val id: String, val location: String, val name: String, val properties: PrivateAtlasPropertiesResponse, val tags: Map<String, String>? = null, val type: String)

An Azure resource which represents which will provision the ability to create private location data.

Link copied to clipboard
data class ListAccountKeysResult(val id: String, val primaryKey: String, val secondaryKey: String)

The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption.

Link copied to clipboard
data class ListAccountSasResult(val accountSasToken: String)

A new Sas token which can be used to access the Maps REST APIs and is controlled by the specified Managed identity permissions on Azure (IAM) Role Based Access Control.

Link copied to clipboard
data class MapsAccountPropertiesResponse(val xMsClientId: String? = null)

Additional Map account properties

Link copied to clipboard
data class PrivateAtlasPropertiesResponse(val provisioningState: String? = null)

Private Atlas resource properties

Link copied to clipboard
data class SkuResponse(val name: String, val tier: String)

The SKU of the Maps Account.