Uses of Class
com.microsoft.azure.management.batch.UserAccount
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of UserAccount in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionUserAccount.withElevationLevel
(ElevationLevel elevationLevel) Set nonAdmin - The auto user is a standard user without elevated access.UserAccount.withLinuxUserConfiguration
(LinuxUserConfiguration linuxUserConfiguration) Set this property is ignored if specified on a Windows pool.Set the name value.UserAccount.withPassword
(String password) Set the password value.UserAccount.withWindowsUserConfiguration
(WindowsUserConfiguration windowsUserConfiguration) Set this property can only be specified if the user is on a Windows pool.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithAttach.withUserAccounts
(List<UserAccount> userAccounts) Specifies the user accounts value.Pool.UpdateDefinitionStages.WithAttach.withUserAccounts
(List<UserAccount> userAccounts) Specifies the user accounts value.Pool.UpdateStages.WithAttach.withUserAccounts
(List<UserAccount> userAccounts) Specifies the user accounts value.