WindowsVirtualMachineScaleSetSourceImageReferenceArgs

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

Constructors

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

Properties

Link copied to clipboard
val offer: Output<String>

Specifies the offer of the image used to create the virtual machines. Changing this forces a new resource to be created.

Link copied to clipboard
val publisher: Output<String>

Specifies the publisher of the image used to create the virtual machines. Changing this forces a new resource to be created.

Link copied to clipboard
val sku: Output<String>

Specifies the SKU of the image used to create the virtual machines.

Link copied to clipboard
val version: Output<String>

Specifies the version of the image used to create the virtual machines.

Functions

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