OutputPathAssetReferenceResponse

data class OutputPathAssetReferenceResponse(val jobId: String? = null, val path: String? = null, val referenceType: String)

Reference to an asset via its path in a job output.

Constructors

Link copied to clipboard
constructor(jobId: String? = null, path: String? = null, referenceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jobId: String? = null

ARM resource ID of the job.

Link copied to clipboard
val path: String? = null

The path of the file/directory in the job output.

Link copied to clipboard

Enum to determine which reference method to use for an asset. Expected value is 'OutputPath'.