WindowsVirtualMachinePlanArgs

data class WindowsVirtualMachinePlanArgs(val name: Output<String>, val product: Output<String>, val publisher: Output<String>) : ConvertibleToJava<WindowsVirtualMachinePlanArgs>

Constructors

Link copied to clipboard
fun WindowsVirtualMachinePlanArgs(name: Output<String>, product: Output<String>, publisher: Output<String>)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

Specifies the Name of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.

Link copied to clipboard
val product: Output<String>

Specifies the Product of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.

Link copied to clipboard
val publisher: Output<String>

Specifies the Publisher of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.