ImageTemplateSharedImageVersionSourceResponse

data class ImageTemplateSharedImageVersionSourceResponse(val exactVersion: String, val imageVersionId: String, val type: String)

Describes an image source that is an image version in an Azure Compute Gallery or a Direct Shared Gallery.

Constructors

constructor(exactVersion: String, imageVersionId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Exact ARM resource id of the image version. This readonly field differs from the image version Id in 'imageVersionId' only if the version name specified in 'imageVersionId' field is 'latest'.

Link copied to clipboard

ARM resource id of the image version. When image version name is 'latest', the version is evaluated when the image build takes place.

Link copied to clipboard

Specifies the type of source image you want to start with. Expected value is 'SharedImageVersion'.