ImageTemplateSharedImageVersionSourceArgs

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

Describes an image source that is an image version in a shared image 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 in the shared image gallery

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