Scale Set Os Profile Windows Config Args
data class ScaleSetOsProfileWindowsConfigArgs(val additionalUnattendConfigs: Output<List<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigArgs>>? = null, val enableAutomaticUpgrades: Output<Boolean>? = null, val provisionVmAgent: Output<Boolean>? = null, val winrms: Output<List<ScaleSetOsProfileWindowsConfigWinrmArgs>>? = null) : ConvertibleToJava<ScaleSetOsProfileWindowsConfigArgs>
Constructors
Link copied to clipboard
fun ScaleSetOsProfileWindowsConfigArgs(additionalUnattendConfigs: Output<List<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigArgs>>? = null, enableAutomaticUpgrades: Output<Boolean>? = null, provisionVmAgent: Output<Boolean>? = null, winrms: Output<List<ScaleSetOsProfileWindowsConfigWinrmArgs>>? = null)
Functions
Properties
Link copied to clipboard
val additionalUnattendConfigs: Output<List<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigArgs>>? = null