WindowsVirtualMachineScaleSetAdditionalUnattendContentArgs

data class WindowsVirtualMachineScaleSetAdditionalUnattendContentArgs(val content: Output<String>, val setting: Output<String>) : ConvertibleToJava<WindowsVirtualMachineScaleSetAdditionalUnattendContentArgs>

Constructors

constructor(content: Output<String>, setting: Output<String>)

Properties

Link copied to clipboard
val content: Output<String>

The XML formatted content that is added to the unattend.xml file for the specified path and component. Changing this forces a new resource to be created.

Link copied to clipboard
val setting: Output<String>

The name of the setting to which the content applies. Possible values are AutoLogon and FirstLogonCommands. Changing this forces a new resource to be created.

Functions

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