Virtual Machine Properties Response Windows Configuration
data class VirtualMachinePropertiesResponseWindowsConfiguration(val enableAutomaticUpdates: Boolean? = null, val provisionVMAgent: Boolean? = null, val ssh: VirtualMachinePropertiesResponseSshSsh? = null, val timeZone: String? = null)
Windows Configuration for the virtual machine
Constructors
Link copied to clipboard
constructor(enableAutomaticUpdates: Boolean? = null, provisionVMAgent: Boolean? = null, ssh: VirtualMachinePropertiesResponseSshSsh? = null, timeZone: String? = null)