UserArtifactSourceResponse

data class UserArtifactSourceResponse(val defaultConfigurationLink: String? = null, val mediaLink: String)

The source image from which the Image Version is going to be created.

Constructors

Link copied to clipboard
constructor(defaultConfigurationLink: String? = null, mediaLink: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.

Link copied to clipboard

Required. The mediaLink of the artifact, must be a readable storage page blob.