Uses of Class
com.microsoft.azure.management.batch.WindowsUserConfiguration
Packages that use WindowsUserConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of WindowsUserConfiguration in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return WindowsUserConfigurationModifier and TypeMethodDescriptionUserAccount.windowsUserConfiguration()Get this property can only be specified if the user is on a Windows pool.WindowsUserConfiguration.withLoginMode(LoginMode loginMode) Set specifies login mode for the user.Methods in com.microsoft.azure.management.batch with parameters of type WindowsUserConfigurationModifier and TypeMethodDescriptionUserAccount.withWindowsUserConfiguration(WindowsUserConfiguration windowsUserConfiguration) Set this property can only be specified if the user is on a Windows pool.