ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigArgs

data class ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigArgs(val component: Output<String>, val content: Output<String>, val pass: Output<String>, val settingName: Output<String>) : ConvertibleToJava<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigArgs>

Constructors

constructor(component: Output<String>, content: Output<String>, pass: Output<String>, settingName: Output<String>)

Properties

Link copied to clipboard
val component: Output<String>

Specifies the name of the component to configure with the added content. The only allowable value is Microsoft-Windows-Shell-Setup.

Link copied to clipboard
val content: Output<String>

Specifies the base-64 encoded XML formatted content that is added to the unattend.xml file for the specified path and component.

Link copied to clipboard
val pass: Output<String>

Specifies the name of the pass that the content applies to. The only allowable value is oobeSystem.

Link copied to clipboard
val settingName: Output<String>

Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.

Functions

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