Package-level declarations

Types

Link copied to clipboard
data class CreatorPropertiesResponse(val provisioningState: String, val storageUnits: Int)

Creator resource properties

Link copied to clipboard
data class GetAccountResult(val id: String, val kind: String? = null, val location: String, val name: String, val properties: MapsAccountPropertiesResponse, val sku: SkuResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, 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 GetPrivateEndpointConnectionResult(val groupIds: List<String>, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The private endpoint connection resource.

Link copied to clipboard
data class ListAccountKeysResult(val primaryKey: String, val primaryKeyLastUpdated: String, val secondaryKey: String, val secondaryKeyLastUpdated: 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 disableLocalAuth: Boolean? = null, val provisioningState: String, val uniqueId: String)

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 PrivateEndpointResponse(val id: String)

The private endpoint resource.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

A collection of information about the state of the connection between service consumer and provider.

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

The SKU of the Maps Account.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.