ImageReferenceResponse

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

Image reference information

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.

Link copied to clipboard
val id: String? = null

Image ID, or Image version ID. When Image ID is provided, its latest version will be used.

Link copied to clipboard
val offer: String? = null

The image offer.

Link copied to clipboard
val publisher: String? = null

The image publisher.

Link copied to clipboard
val sku: String? = null

The image sku.