| Modifier and Type | Method and Description |
|---|---|
WindowsConfiguration |
VirtualMachineScaleSetUpdateOSProfile.windowsConfiguration()
Get the Windows Configuration of the OS profile.
|
WindowsConfiguration |
VirtualMachineScaleSetOSProfile.windowsConfiguration()
Get specifies Windows operating system settings on the virtual machine.
|
WindowsConfiguration |
OSProfile.windowsConfiguration()
Get specifies Windows operating system settings on the virtual machine.
|
WindowsConfiguration |
WindowsConfiguration.withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent)
Set 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 indicates whether virtual machine is enabled for automatic updates.
|
WindowsConfiguration |
WindowsConfiguration.withProvisionVMAgent(Boolean provisionVMAgent)
Set indicates whether virtual machine agent should be provisioned on the virtual machine.
|
WindowsConfiguration |
WindowsConfiguration.withTimeZone(String timeZone)
Set specifies the time zone of the virtual machine.
|
WindowsConfiguration |
WindowsConfiguration.withWinRM(WinRMConfiguration winRM)
Set specifies the Windows Remote Management listeners.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the Windows Configuration of the OS profile.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set specifies Windows operating system settings on the virtual machine.
|
OSProfile |
OSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set specifies Windows operating system settings on the virtual machine.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/