GalleryImageReferenceArgs

data class GalleryImageReferenceArgs(val offer: Output<String>? = null, val osType: Output<String>? = null, val publisher: Output<String>? = null, val sku: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<GalleryImageReferenceArgs>

The reference information for an Azure Marketplace image.

Constructors

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

Properties

Link copied to clipboard
val offer: Output<String>? = null

The offer of the gallery image.

Link copied to clipboard
val osType: Output<String>? = null

The OS type of the gallery image.

Link copied to clipboard
val publisher: Output<String>? = null

The publisher of the gallery image.

Link copied to clipboard
val sku: Output<String>? = null

The SKU of the gallery image.

Link copied to clipboard
val version: Output<String>? = null

The version of the gallery image.

Functions

Link copied to clipboard
open override fun toJava(): GalleryImageReferenceArgs