MoveResourcePropertiesArgs

data class MoveResourcePropertiesArgs(val dependsOnOverrides: Output<List<MoveResourceDependencyOverrideArgs>>? = null, val existingTargetId: Output<String>? = null, val resourceSettings: Output<Any>? = null, val sourceId: Output<String>) : ConvertibleToJava<MoveResourcePropertiesArgs>

Defines the move resource properties.

Constructors

Link copied to clipboard
constructor(dependsOnOverrides: Output<List<MoveResourceDependencyOverrideArgs>>? = null, existingTargetId: Output<String>? = null, resourceSettings: Output<Any>? = null, sourceId: Output<String>)

Properties

Link copied to clipboard

Gets or sets the move resource dependencies overrides.

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

Gets or sets the existing target ARM Id of the resource.

Link copied to clipboard
val resourceSettings: Output<Any>? = null

Gets or sets the resource settings.

Link copied to clipboard
val sourceId: Output<String>

Gets or sets the Source ARM Id of the resource.

Functions

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