Uses of Class
com.azure.resourcemanager.batch.models.WindowsConfiguration
Packages that use WindowsConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of WindowsConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return WindowsConfigurationModifier and TypeMethodDescriptionVirtualMachineConfiguration.windowsConfiguration()Get the windowsConfiguration property: Windows operating system settings to apply to the virtual machine.WindowsConfiguration.withEnableAutomaticUpdates(Boolean enableAutomaticUpdates) Set the enableAutomaticUpdates property: Whether automatic updates are enabled on the virtual machine.Methods in com.azure.resourcemanager.batch.models with parameters of type WindowsConfigurationModifier and TypeMethodDescriptionVirtualMachineConfiguration.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: Windows operating system settings to apply to the virtual machine.