ImageReferenceResponse

data class ImageReferenceResponse(val exactVersion: String, val id: String? = null, val offer: String? = null, val publisher: String? = null, val sku: String? = null, val version: String? = null)

Image reference information. Used in the virtual machine profile.

Constructors

Link copied to clipboard
constructor(exactVersion: String, id: String? = null, offer: String? = null, publisher: String? = null, sku: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual version of the image after use.

Link copied to clipboard
val id: String? = null

Image resource ID

Link copied to clipboard
val offer: String? = null

The image offer if applicable.

Link copied to clipboard
val publisher: String? = null

The image publisher

Link copied to clipboard
val sku: String? = null

The image SKU

Link copied to clipboard
val version: String? = null

The image version specified on creation.