VirtualMachineInstancePropertiesResponseWindowsConfiguration

data class VirtualMachineInstancePropertiesResponseWindowsConfiguration(val enableAutomaticUpdates: Boolean? = null, val provisionVMAgent: Boolean? = null, val provisionVMConfigAgent: Boolean? = null, val ssh: SshConfigurationResponse? = null, val timeZone: String? = null)

Windows Configuration for the virtual machine instance

Constructors

constructor(enableAutomaticUpdates: Boolean? = null, provisionVMAgent: Boolean? = null, provisionVMConfigAgent: Boolean? = null, ssh: SshConfigurationResponse? = null, timeZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to EnableAutomaticUpdates on the machine

Link copied to clipboard

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

Link copied to clipboard

Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.

Link copied to clipboard

Specifies the ssh key configuration for Windows OS.

Link copied to clipboard
val timeZone: String? = null

TimeZone for the virtual machine instance