Orchestrated Virtual Machine Scale Set Os Profile Windows Configuration
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
Link copied to clipboard
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
Properties
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
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