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'. NOTE: This property will not be serialized. It can only be populated by the server. |
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 | Polymorphic discriminator, which specifies the different types this object can be |
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'. NOTE: This property will not be serialized. It can only be populated by the server.
exactVersion?: string
Property Value
string
offer
planInfo
Optional configuration of purchase plan for platform image.
planInfo?: PlatformImagePurchasePlan
Property Value
publisher
sku
type
Polymorphic discriminator, which specifies the different types this object can be
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