ImageTemplateSharedImageVersionSourceArgs

data class ImageTemplateSharedImageVersionSourceArgs(val imageVersionId: Output<String>, val type: Output<String>) : ConvertibleToJava<ImageTemplateSharedImageVersionSourceArgs>

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

Constructors

constructor(imageVersionId: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val imageVersionId: Output<String>

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
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ImageTemplateSharedImageVersionSourceArgs