Uses of Class
com.microsoft.azure.management.batch.WindowsConfiguration
Packages that use WindowsConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of WindowsConfiguration in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return WindowsConfigurationModifier and TypeMethodDescriptionVirtualMachineConfiguration.windowsConfiguration()
Get this property must not be specified if the imageReference specifies a Linux OS image.WindowsConfiguration.withEnableAutomaticUpdates
(Boolean enableAutomaticUpdates) Set if omitted, the default value is true.Methods in com.microsoft.azure.management.batch with parameters of type WindowsConfigurationModifier and TypeMethodDescriptionVirtualMachineConfiguration.withWindowsConfiguration
(WindowsConfiguration windowsConfiguration) Set this property must not be specified if the imageReference specifies a Linux OS image.