Image Template Platform Image Source Response
data class ImageTemplatePlatformImageSourceResponse(val exactVersion: String, val offer: String? = null, val planInfo: PlatformImagePurchasePlanResponse? = null, val publisher: String? = null, val sku: String? = null, val type: String, val version: String? = null)
Describes an image source from Azure Gallery Images.
Constructors
Link copied to clipboard
fun ImageTemplatePlatformImageSourceResponse(exactVersion: String, offer: String? = null, planInfo: PlatformImagePurchasePlanResponse? = null, publisher: String? = null, sku: String? = null, type: String, version: String? = null)
Types
Properties
Link copied to clipboard
Image version from the Azure Gallery Images. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
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.