ImageTemplatePlatformImageSource interface

Describes an image source from Azure Gallery Images.

Extends

Properties

exactVersion

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.

planInfo

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

Image offer from the Azure Gallery Images.

offer?: string

Property Value

string

planInfo

Optional configuration of purchase plan for platform image.

planInfo?: PlatformImagePurchasePlan

Property Value

publisher

Image Publisher in Azure Gallery Images.

publisher?: string

Property Value

string

sku

Image sku from the Azure Gallery Images.

sku?: string

Property Value

string

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