| Modifier and Type | Method and Description |
|---|---|
WindowsConfiguration |
VirtualMachineScaleSetOSProfile.windowsConfiguration()
Get the windowsConfiguration value.
|
WindowsConfiguration |
OSProfile.windowsConfiguration()
Get the windowsConfiguration value.
|
WindowsConfiguration |
WindowsConfiguration.withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent)
Set the additionalUnattendContent value.
|
WindowsConfiguration |
WindowsConfiguration.withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)
Set the enableAutomaticUpdates value.
|
WindowsConfiguration |
WindowsConfiguration.withProvisionVMAgent(Boolean provisionVMAgent)
Set the provisionVMAgent value.
|
WindowsConfiguration |
WindowsConfiguration.withTimeZone(String timeZone)
Set the timeZone value.
|
WindowsConfiguration |
WindowsConfiguration.withWinRM(WinRMConfiguration winRM)
Set the winRM value.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration value.
|
OSProfile |
OSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/