LinkedResourceResponse

data class LinkedResourceResponse(val id: String? = null, val location: String? = null)

The definition of a linked resource.

Constructors

Link copied to clipboard
constructor(id: String? = null, location: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ARM id of the linked resource.

Link copied to clipboard
val location: String? = null

The location of the linked resource.