LinkedResourceResponse

data class LinkedResourceResponse(val id: String, val uniqueName: String)

Linked resource is reference to a resource deployed in an Azure subscription, add the linked resource uniqueName value as an optional parameter for operations on Azure Maps Geospatial REST APIs.

Constructors

Link copied to clipboard
constructor(id: String, uniqueName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}'.

Link copied to clipboard

A provided name which uniquely identifies the linked resource.