MoveResourcePropertiesResponse

data class MoveResourcePropertiesResponse(val dependsOn: List<MoveResourceDependencyResponse>, val dependsOnOverrides: List<MoveResourceDependencyOverrideResponse>? = null, val errors: MoveResourcePropertiesResponseErrors, val existingTargetId: String? = null, val isResolveRequired: Boolean, val moveStatus: MoveResourcePropertiesResponseMoveStatus, val provisioningState: String, val resourceSettings: Any? = null, val sourceId: String, val sourceResourceSettings: Any, val targetId: String)

Defines the move resource properties.

Constructors

Link copied to clipboard
constructor(dependsOn: List<MoveResourceDependencyResponse>, dependsOnOverrides: List<MoveResourceDependencyOverrideResponse>? = null, errors: MoveResourcePropertiesResponseErrors, existingTargetId: String? = null, isResolveRequired: Boolean, moveStatus: MoveResourcePropertiesResponseMoveStatus, provisioningState: String, resourceSettings: Any? = null, sourceId: String, sourceResourceSettings: Any, targetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the move resource dependencies.

Link copied to clipboard

Gets or sets the move resource dependencies overrides.

Link copied to clipboard

Defines the move resource errors.

Link copied to clipboard

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

Link copied to clipboard

Gets a value indicating whether the resolve action is required over the move collection.

Link copied to clipboard

Defines the move resource status.

Link copied to clipboard

Defines the provisioning states.

Link copied to clipboard
val resourceSettings: Any? = null

Gets or sets the resource settings.

Link copied to clipboard

Gets or sets the Source ARM Id of the resource.

Link copied to clipboard

Gets or sets the source resource settings.

Link copied to clipboard

Gets or sets the Target ARM Id of the resource.