WindowsConfiguration |
OSProfile.windowsConfiguration() |
Get the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.
|
WindowsConfiguration |
VirtualMachineScaleSetOSProfile.windowsConfiguration() |
Get the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.
|
WindowsConfiguration |
VirtualMachineScaleSetUpdateOSProfile.windowsConfiguration() |
Get the windowsConfiguration property: The Windows Configuration of the OS profile.
|
WindowsConfiguration |
WindowsConfiguration.withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent) |
Set the additionalUnattendContent property: Specifies additional base-64 encoded XML formatted information that
can be included in the Unattend.xml file, which is used by Windows Setup.
|
WindowsConfiguration |
WindowsConfiguration.withEnableAutomaticUpdates(Boolean enableAutomaticUpdates) |
Set the enableAutomaticUpdates property: Indicates whether Automatic Updates is enabled for the Windows virtual
machine.
|
WindowsConfiguration |
WindowsConfiguration.withPatchSettings(PatchSettings patchSettings) |
Set the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
|
WindowsConfiguration |
WindowsConfiguration.withProvisionVMAgent(Boolean provisionVMAgent) |
Set the provisionVMAgent property: Indicates whether virtual machine agent should be provisioned on the virtual
machine.
|
WindowsConfiguration |
WindowsConfiguration.withTimeZone(String timeZone) |
Set the timeZone property: Specifies the time zone of the virtual machine.
|
WindowsConfiguration |
WindowsConfiguration.withWinRM(WinRMConfiguration winRM) |
Set the winRM property: Specifies the Windows Remote Management listeners.
|