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.
Properties
Link copied to clipboard
Image offer from the Azure Gallery Images.
Link copied to clipboard
Optional configuration of purchase plan for platform image.
Link copied to clipboard
Image Publisher in Azure Gallery Images.
Link copied to clipboard
Image sku from the Azure Gallery Images.
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.