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'. NOTE: This property will not be serialized. It can only be populated by the server.

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

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

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

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