Uses of Class
com.azure.compute.batch.models.WindowsConfiguration
Packages that use WindowsConfiguration
-
Uses of WindowsConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return WindowsConfigurationModifier and TypeMethodDescriptionstatic WindowsConfiguration
WindowsConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WindowsConfiguration from the JsonReader.VirtualMachineConfiguration.getWindowsConfiguration()
Get the windowsConfiguration property: Windows operating system settings on the virtual machine.WindowsConfiguration.setEnableAutomaticUpdates
(Boolean enableAutomaticUpdates) Set the enableAutomaticUpdates property: Whether automatic updates are enabled on the virtual machine.Methods in com.azure.compute.batch.models with parameters of type WindowsConfigurationModifier and TypeMethodDescriptionVirtualMachineConfiguration.setWindowsConfiguration
(WindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: Windows operating system settings on the virtual machine.