Windows Configuration Response
data class WindowsConfigurationResponse(val additionalUnattendContent: List<AdditionalUnattendContentResponse>? = null, val enableAutomaticUpdates: Boolean? = null, val enableVMAgentPlatformUpdates: Boolean? = null, val patchSettings: PatchSettingsResponse? = null, val provisionVMAgent: Boolean? = null, val timeZone: String? = null, val winRM: WinRMConfigurationResponse? = null)
Specifies Windows operating system settings on the virtual machine.
Constructors
Link copied to clipboard
fun WindowsConfigurationResponse(additionalUnattendContent: List<AdditionalUnattendContentResponse>? = null, enableAutomaticUpdates: Boolean? = null, enableVMAgentPlatformUpdates: Boolean? = null, patchSettings: PatchSettingsResponse? = null, provisionVMAgent: Boolean? = null, timeZone: String? = null, winRM: WinRMConfigurationResponse? = null)
Types
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.