ImageTemplateSharedImageVersionSource interface
Describes an image source that is an image version in an Azure Compute Gallery or a Direct Shared Gallery.
- Extends
Properties
exact |
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'. NOTE: This property will not be serialized. It can only be populated by the server. |
image |
ARM resource id of the image version. When image version name is 'latest', the version is evaluated when the image build takes place. |
type | Polymorphic discriminator, which specifies the different types this object can be |
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'. NOTE: This property will not be serialized. It can only be populated by the server.
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
Polymorphic discriminator, which specifies the different types this object can be
type: "SharedImageVersion"
Property Value
"SharedImageVersion"