Uses of Class
com.azure.compute.batch.models.UserAccount
Packages that use UserAccount
-
Uses of UserAccount in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return UserAccountModifier and TypeMethodDescriptionstatic UserAccount
UserAccount.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UserAccount from the JsonReader.UserAccount.setElevationLevel
(ElevationLevel elevationLevel) Set the elevationLevel property: The elevation level of the user Account.UserAccount.setLinuxUserConfiguration
(LinuxUserConfiguration linuxUserConfiguration) Set the linuxUserConfiguration property: The Linux-specific user configuration for the user Account.UserAccount.setWindowsUserConfiguration
(WindowsUserConfiguration windowsUserConfiguration) Set the windowsUserConfiguration property: The Windows-specific user configuration for the user Account.Methods in com.azure.compute.batch.models that return types with arguments of type UserAccountModifier and TypeMethodDescriptionBatchPool.getUserAccounts()
Get the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.BatchPoolCreateContent.getUserAccounts()
Get the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.BatchPoolSpecification.getUserAccounts()
Get the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.BatchPoolUpdateContent.getUserAccounts()
Get the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.Method parameters in com.azure.compute.batch.models with type arguments of type UserAccountModifier and TypeMethodDescriptionBatchPoolCreateContent.setUserAccounts
(List<UserAccount> userAccounts) Set the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.BatchPoolSpecification.setUserAccounts
(List<UserAccount> userAccounts) Set the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.BatchPoolUpdateContent.setUserAccounts
(List<UserAccount> userAccounts) Set the userAccounts property: The list of user Accounts to be created on each Compute Node in the Pool.