WindowsVirtualMachineScaleSetPlanArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

Specifies the name of the image from the marketplace. Changing this forces a new resource to be created.

Link copied to clipboard
val product: Output<String>

Specifies the product of the image from the marketplace. Changing this forces a new resource to be created.

Link copied to clipboard
val publisher: Output<String>

Specifies the publisher of the image. Changing this forces a new resource to be created.