MoveResourceDependencyOverrideArgs

data class MoveResourceDependencyOverrideArgs(val id: Output<String>? = null, val targetId: Output<String>? = null) : ConvertibleToJava<MoveResourceDependencyOverrideArgs>

Defines the dependency override of the move resource.

Constructors

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

Properties

Link copied to clipboard
val id: Output<String>? = null

Gets or sets the ARM ID of the dependent resource.

Link copied to clipboard
val targetId: Output<String>? = null

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

Functions

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