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
constructor(additionalUnattendConfigs: Output<List<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigArgs>>? = null, enableAutomaticUpgrades: Output<Boolean>? = null, provisionVmAgent: Output<Boolean>? = null, winrms: Output<List<ScaleSetOsProfileWindowsConfigWinrmArgs>>? = null)
Properties
Link copied to clipboard
val additionalUnattendConfigs: Output<List<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigArgs>>? = null
An additional_unattend_config
block as documented below.
Link copied to clipboard
Indicates whether virtual machines in the scale set are enabled for automatic updates.
Link copied to clipboard
Indicates whether virtual machine agent should be provisioned on the virtual machines in the scale set.
Link copied to clipboard
A collection of winrm
blocks as documented below.