SharedImageIdentifierArgs

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

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 Offer Name for this Shared Image. Changing this forces a new resource to be created.

Link copied to clipboard
val publisher: Output<String>

The Publisher Name for this Gallery Image. Changing this forces a new resource to be created.

Link copied to clipboard
val sku: Output<String>

The Name of the SKU for this Gallery Image. Changing this forces a new resource to be created.

Functions

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