GalleryImageReferenceResponse

data class GalleryImageReferenceResponse(val offer: String? = null, val osType: String? = null, val publisher: String? = null, val sku: String? = null, val version: String? = null)

The reference information for an Azure Marketplace image.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val offer: String? = null

The offer of the gallery image.

Link copied to clipboard
val osType: String? = null

The OS type of the gallery image.

Link copied to clipboard
val publisher: String? = null

The publisher of the gallery image.

Link copied to clipboard
val sku: String? = null

The SKU of the gallery image.

Link copied to clipboard
val version: String? = null

The version of the gallery image.