Uses of Class
com.microsoft.azure.management.compute.WindowsConfiguration
Packages that use WindowsConfiguration
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of WindowsConfiguration in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return WindowsConfigurationModifier and TypeMethodDescriptionOSProfile.windowsConfiguration()Get specifies Windows operating system settings on the virtual machine.VirtualMachineScaleSetOSProfile.windowsConfiguration()Get specifies Windows operating system settings on the virtual machine.VirtualMachineScaleSetUpdateOSProfile.windowsConfiguration()Get the Windows Configuration of the OS profile.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.withEnableAutomaticUpdates(Boolean enableAutomaticUpdates) Set indicates whether Automatic Updates is enabled for the Windows virtual machine.WindowsConfiguration.withPatchSettings(PatchSettings patchSettings) Set [Preview Feature] Specifies settings related to VM Guest Patching on Windows.WindowsConfiguration.withProvisionVMAgent(Boolean provisionVMAgent) Set indicates whether virtual machine agent should be provisioned on the virtual machine.WindowsConfiguration.withTimeZone(String timeZone) Set specifies the time zone of the virtual machine.WindowsConfiguration.withWinRM(WinRMConfiguration winRM) Set specifies the Windows Remote Management listeners.Methods in com.microsoft.azure.management.compute with parameters of type WindowsConfigurationModifier and TypeMethodDescriptionOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set specifies Windows operating system settings on the virtual machine.VirtualMachineScaleSetOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set specifies Windows operating system settings on the virtual machine.VirtualMachineScaleSetUpdateOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set the Windows Configuration of the OS profile.