ImageReferenceArgs

data class ImageReferenceArgs(val id: Output<String>? = null, val offer: Output<String>? = null, val publisher: Output<String>? = null, val sku: Output<String>? = null) : ConvertibleToJava<ImageReferenceArgs>

Image reference information

Constructors

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

Properties

Link copied to clipboard
val id: Output<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: Output<String>? = null

The image offer.

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

The image publisher.

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

The image sku.

Functions

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