Image Template Platform Image Source Args
data class ImageTemplatePlatformImageSourceArgs(val offer: Output<String>? = null, val planInfo: Output<PlatformImagePurchasePlanArgs>? = null, val publisher: Output<String>? = null, val sku: Output<String>? = null, val type: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<ImageTemplatePlatformImageSourceArgs>
Describes an image source from Azure Gallery Images.
Constructors
Link copied to clipboard
fun ImageTemplatePlatformImageSourceArgs(offer: Output<String>? = null, planInfo: Output<PlatformImagePurchasePlanArgs>? = null, publisher: Output<String>? = null, sku: Output<String>? = null, type: Output<String>, version: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Image version from the Azure Gallery Images. If 'latest' is specified here, the version is evaluated when the image build takes place, not when the template is submitted. Specifying 'latest' could cause ROUNDTRIP_INCONSISTENT_PROPERTY issue which will be fixed.