Virtual Machine Instance Properties Response Windows Configuration
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
Link copied to clipboard
fun VirtualMachineInstancePropertiesResponseWindowsConfiguration(enableAutomaticUpdates: Boolean? = null, provisionVMAgent: Boolean? = null, provisionVMConfigAgent: Boolean? = null, ssh: SshConfigurationResponse? = null, timeZone: String? = null)