Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageReference

Package version

Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.

Hierarchy

Index

Properties

Optional id

id: undefined | string

Resource Id

Optional offer

offer: undefined | string

Specifies the offer of the platform image or marketplace image used to create the virtual machine.

Optional publisher

publisher: undefined | string

The image publisher.

Optional sku

sku: undefined | string

The image SKU.

Optional version

version: undefined | string

Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available.

Generated using TypeDoc