ImageReference interface

Image reference information. Used in the virtual machine profile.

Properties

exactVersion

The actual version of the image after use. NOTE: This property will not be serialized. It can only be populated by the server.

id

Image resource ID

offer

The image offer if applicable.

publisher

The image publisher

sku

The image SKU

version

The image version specified on creation.

Property Details

exactVersion

The actual version of the image after use. NOTE: This property will not be serialized. It can only be populated by the server.

exactVersion?: string

Property Value

string

id

Image resource ID

id?: string

Property Value

string

offer

The image offer if applicable.

offer?: string

Property Value

string

publisher

The image publisher

publisher?: string

Property Value

string

sku

The image SKU

sku?: string

Property Value

string

version

The image version specified on creation.

version?: string

Property Value

string