ScaleSetOsProfileWindowsConfig

data class ScaleSetOsProfileWindowsConfig(val additionalUnattendConfigs: List<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfig>? = null, val enableAutomaticUpgrades: Boolean? = null, val provisionVmAgent: Boolean? = null, val winrms: List<ScaleSetOsProfileWindowsConfigWinrm>? = null)

Constructors

Link copied to clipboard
constructor(additionalUnattendConfigs: List<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfig>? = null, enableAutomaticUpgrades: Boolean? = null, provisionVmAgent: Boolean? = null, winrms: List<ScaleSetOsProfileWindowsConfigWinrm>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.