Uses of Class
com.azure.resourcemanager.batch.models.UserAccount
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return types with arguments of type UserAccountModifier 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.Method parameters in com.azure.resourcemanager.batch.fluent.models with type arguments of type UserAccountModifier 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
Methods in com.azure.resourcemanager.batch.models that return UserAccountModifier 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type UserAccountModifier and TypeMethodDescriptionPool.userAccounts()Gets the userAccounts property: The list of user accounts to be created on each node in the pool.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type UserAccountModifier 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..