ImageTemplateSharedImageVersionSource interface

Describes an image source that is an image version in an Azure Compute Gallery or a Direct Shared Gallery.

Extends

Properties

exactVersion

Exact ARM resource id of the image version. This readonly field differs from the image version Id in 'imageVersionId' only if the version name specified in 'imageVersionId' field is 'latest'.

imageVersionId

ARM resource id of the image version. When image version name is 'latest', the version is evaluated when the image build takes place.

type

Specifies the type of source image you want to start with.

Property Details

exactVersion

Exact ARM resource id of the image version. This readonly field differs from the image version Id in 'imageVersionId' only if the version name specified in 'imageVersionId' field is 'latest'.

exactVersion?: string

Property Value

string

imageVersionId

ARM resource id of the image version. When image version name is 'latest', the version is evaluated when the image build takes place.

imageVersionId: string

Property Value

string

type

Specifies the type of source image you want to start with.

type: "SharedImageVersion"

Property Value

"SharedImageVersion"