ImageTemplateManagedImageSourceArgs

data class ImageTemplateManagedImageSourceArgs(val imageId: Output<String>, val type: Output<String>) : ConvertibleToJava<ImageTemplateManagedImageSourceArgs>

Describes an image source that is a managed image in customer subscription. This image must reside in the same subscription and region as the Image Builder template.

Constructors

Link copied to clipboard
constructor(imageId: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val imageId: Output<String>

ARM resource id of the managed image in customer subscription

Link copied to clipboard
val type: Output<String>

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

Functions

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