ImageTemplatePlatformImageSource interface
Describes an image source from Azure Gallery Images.
- Extends
Properties
| exact |
Image version from the Azure Gallery Images. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'. |
| offer | Image offer from the Azure Gallery Images. |
| plan |
Optional configuration of purchase plan for platform image. |
| publisher | Image Publisher in Azure Gallery Images. |
| sku | Image sku from the Azure Gallery Images. |
| type | Specifies the type of source image you want to start with. |
| version | 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. |
Property Details
exactVersion
Image version from the Azure Gallery Images. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
exactVersion?: string
Property Value
string
offer
planInfo
Optional configuration of purchase plan for platform image.
planInfo?: PlatformImagePurchasePlan
Property Value
publisher
sku
type
Specifies the type of source image you want to start with.
type: "PlatformImage"
Property Value
"PlatformImage"
version
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.
version?: string
Property Value
string