linkedResources

@JvmName(name = "vyqqirflbbpjlmnu")
suspend fun linkedResources(value: Output<List<LinkedResourceArgs>>)
@JvmName(name = "kijjhghwcreswsno")
suspend fun linkedResources(value: List<LinkedResourceArgs>?)

Parameters

value

The array of associated resources to the Maps account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Maps Account Managed Identity(s) permissions to those resource(s).


@JvmName(name = "vgflxoyckxhpxgvn")
suspend fun linkedResources(vararg values: Output<LinkedResourceArgs>)


@JvmName(name = "ydsbcxkhojjepllc")
suspend fun linkedResources(values: List<Output<LinkedResourceArgs>>)
@JvmName(name = "xdmesnmgjjbpwcws")
suspend fun linkedResources(vararg values: LinkedResourceArgs)

Parameters

values

The array of associated resources to the Maps account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Maps Account Managed Identity(s) permissions to those resource(s).


@JvmName(name = "yqwgqbbryirkrlrp")
suspend fun linkedResources(argument: List<suspend LinkedResourceArgsBuilder.() -> Unit>)
@JvmName(name = "yooxndpngjolqnir")
suspend fun linkedResources(vararg argument: suspend LinkedResourceArgsBuilder.() -> Unit)
@JvmName(name = "ewqujdvqsgdiupwg")
suspend fun linkedResources(argument: suspend LinkedResourceArgsBuilder.() -> Unit)

Parameters

argument

The array of associated resources to the Maps account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Maps Account Managed Identity(s) permissions to those resource(s).