VirtualMachinePropertiesWindowsConfigurationArgs

data class VirtualMachinePropertiesWindowsConfigurationArgs(val enableAutomaticUpdates: Output<Boolean>? = null, val provisionVMAgent: Output<Boolean>? = null, val ssh: Output<VirtualMachinePropertiesSshSshArgs>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<VirtualMachinePropertiesWindowsConfigurationArgs>

Windows Configuration for the virtual machine

Constructors

constructor(enableAutomaticUpdates: Output<Boolean>? = null, provisionVMAgent: Output<Boolean>? = null, ssh: Output<VirtualMachinePropertiesSshSshArgs>? = null, timeZone: Output<String>? = null)

Properties

Link copied to clipboard
val enableAutomaticUpdates: Output<Boolean>? = null

Whether to EnableAutomaticUpdates on the machine

Link copied to clipboard
val provisionVMAgent: Output<Boolean>? = null

Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine creation process.

Link copied to clipboard

SSH Configuration

Link copied to clipboard
val timeZone: Output<String>? = null

TimeZone for the virtual machine

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachinePropertiesWindowsConfigurationArgs