Uses of Class
com.azure.resourcemanager.batch.models.UserAccount
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of UserAccount in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPoolInner.userAccounts()
Get the userAccounts property: The list of user accounts to be created on each node in the pool.PoolProperties.userAccounts()
Get the userAccounts property: The list of user accounts to be created on each node in the pool.Modifier and TypeMethodDescriptionPoolInner.withUserAccounts
(List<UserAccount> userAccounts) Set the userAccounts property: The list of user accounts to be created on each node in the pool.PoolProperties.withUserAccounts
(List<UserAccount> userAccounts) Set the userAccounts property: The list of user accounts to be created on each node in the pool. -
Uses of UserAccount in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionUserAccount.withElevationLevel
(ElevationLevel elevationLevel) Set the elevationLevel property: The elevation level of the user.UserAccount.withLinuxUserConfiguration
(LinuxUserConfiguration linuxUserConfiguration) Set the linuxUserConfiguration property: Properties used to create a user account on a Linux node.Set the name property: The name of the user account.UserAccount.withPassword
(String password) Set the password property: The password for the user account.UserAccount.withWindowsUserConfiguration
(WindowsUserConfiguration windowsUserConfiguration) Set the windowsUserConfiguration property: Properties used to create a user account on a Windows node.Modifier and TypeMethodDescriptionPool.userAccounts()
Gets the userAccounts property: The list of user accounts to be created on each node in the pool.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithUserAccounts.withUserAccounts
(List<UserAccount> userAccounts) Specifies the userAccounts property: The list of user accounts to be created on each node in the pool..Pool.UpdateStages.WithUserAccounts.withUserAccounts
(List<UserAccount> userAccounts) Specifies the userAccounts property: The list of user accounts to be created on each node in the pool..