OrchestratedVirtualMachineScaleSetOsProfileWindowsConfiguration

data class OrchestratedVirtualMachineScaleSetOsProfileWindowsConfiguration(val adminPassword: String, val adminUsername: String, val computerNamePrefix: String? = null, val enableAutomaticUpdates: Boolean? = null, val hotpatchingEnabled: Boolean? = null, val patchAssessmentMode: String? = null, val patchMode: String? = null, val provisionVmAgent: Boolean? = null, val secrets: List<OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationSecret>? = null, val timezone: String? = null, val winrmListeners: List<OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationWinrmListener>? = null)

Constructors

fun OrchestratedVirtualMachineScaleSetOsProfileWindowsConfiguration(adminPassword: String, adminUsername: String, computerNamePrefix: String? = null, enableAutomaticUpdates: Boolean? = null, hotpatchingEnabled: Boolean? = null, patchAssessmentMode: String? = null, patchMode: String? = null, provisionVmAgent: Boolean? = null, secrets: List<OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationSecret>? = null, timezone: String? = null, winrmListeners: List<OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationWinrmListener>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Password which should be used for the local-administrator on this Virtual Machine. Changing this forces a new resource to be created.

Link copied to clipboard

The username of the local administrator on each Orchestrated Virtual Machine Scale Set instance. Changing this forces a new resource to be created.

Link copied to clipboard

The prefix which should be used for the name of the Virtual Machines in this Scale Set. If unspecified this defaults to the value for the name field. If the value of the name field is not a valid computer_name_prefix, then you must specify computer_name_prefix. Changing this forces a new resource to be created.

Link copied to clipboard

Are automatic updates enabled for this Virtual Machine? Defaults to true.

Link copied to clipboard
Link copied to clipboard

Specifies the mode of VM Guest Patching for the virtual machines that are associated to the Orchestrated Virtual Machine Scale Set. Possible values are AutomaticByPlatform or ImageDefault. Defaults to ImageDefault.

Link copied to clipboard
val patchMode: String? = null

Specifies the mode of in-guest patching of this Windows Virtual Machine. Possible values are Manual, AutomaticByOS and AutomaticByPlatform. Defaults to AutomaticByOS. For more information on patch modes please see the product documentation.

Link copied to clipboard

Should the Azure VM Agent be provisioned on each Virtual Machine in the Scale Set? Defaults to true. Changing this value forces a new resource to be created.

Link copied to clipboard

One or more secret blocks as defined below.

Link copied to clipboard
val timezone: String? = null

Specifies the time zone of the virtual machine, the possible values are defined here.

Link copied to clipboard

One or more winrm_listener blocks as defined below. Changing this forces a new resource to be created.