LinkedResourceArgs

data class LinkedResourceArgs(val id: Output<String>, val uniqueName: Output<String>) : ConvertibleToJava<LinkedResourceArgs>

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: Output<String>, uniqueName: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

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

Link copied to clipboard
val uniqueName: Output<String>

A provided name which uniquely identifies the linked resource.

Functions

Link copied to clipboard
open override fun toJava(): LinkedResourceArgs