GalleryImageIdentifierArgs

data class GalleryImageIdentifierArgs(val offer: Output<String>, val publisher: Output<String>, val sku: Output<String>) : ConvertibleToJava<GalleryImageIdentifierArgs>

This is the gallery image definition identifier.

Constructors

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

Properties

Link copied to clipboard
val offer: Output<String>

The name of the gallery image definition offer.

Link copied to clipboard
val publisher: Output<String>

The name of the gallery image definition publisher.

Link copied to clipboard
val sku: Output<String>

The name of the gallery image definition SKU.

Functions

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