TrackedResourceArgs

data class TrackedResourceArgs(val location: Output<String>, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<TrackedResourceArgs>

The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'

Constructors

Link copied to clipboard
constructor(location: Output<String>, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val location: Output<String>

The geo-location where the resource lives

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Functions

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