WindowsVirtualMachineGalleryImageReferenceArgs

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

Constructors

constructor(offer: Output<String>, publisher: Output<String>, sku: Output<String>, version: Output<String>)

Properties

Link copied to clipboard
val offer: Output<String>

The Offer of the Gallery Image. Changing this forces a new resource to be created.

Link copied to clipboard
val publisher: Output<String>

The Publisher of the Gallery Image. Changing this forces a new resource to be created.

Link copied to clipboard
val sku: Output<String>

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

Link copied to clipboard
val version: Output<String>

The Version of the Gallery Image. Changing this forces a new resource to be created.

Functions

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