MoveResourceDependencyOverrideResponse

data class MoveResourceDependencyOverrideResponse(val id: String? = null, val targetId: String? = null)

Defines the dependency override of the move resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Gets or sets the ARM ID of the dependent resource.

Link copied to clipboard
val targetId: String? = null

Gets or sets the resource ARM id of either the MoveResource or the resource ARM ID of the dependent resource.