CreationDataResponse

data class CreationDataResponse(val sourceResourceId: String? = null)

Data used when creating a target resource from a source resource.

Constructors

Link copied to clipboard
constructor(sourceResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This is the ARM ID of the source object to be used to create the target object.