Windows Configuration Args
data class WindowsConfigurationArgs(val additionalUnattendContent: Output<List<AdditionalUnattendContentArgs>>? = null, val enableAutomaticUpdates: Output<Boolean>? = null, val patchSettings: Output<PatchSettingsArgs>? = null, val provisionVMAgent: Output<Boolean>? = null, val timeZone: Output<String>? = null, val winRM: Output<WinRMConfigurationArgs>? = null) : ConvertibleToJava<WindowsConfigurationArgs>
Specifies Windows operating system settings on the virtual machine.
Constructors
Link copied to clipboard
fun WindowsConfigurationArgs(additionalUnattendContent: Output<List<AdditionalUnattendContentArgs>>? = null, enableAutomaticUpdates: Output<Boolean>? = null, patchSettings: Output<PatchSettingsArgs>? = null, provisionVMAgent: Output<Boolean>? = null, timeZone: Output<String>? = null, winRM: Output<WinRMConfigurationArgs>? = null)
Functions
Properties
Link copied to clipboard
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.