Uses of Class
com.microsoft.azure.management.batchai.UserAccountSettings
Packages that use UserAccountSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of UserAccountSettings in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return UserAccountSettingsModifier and TypeMethodDescriptionClusterCreateParameters.userAccountSettings()
Get settings for an administrator user account that will be created on each compute node in the cluster.SshConfiguration.userAccountSettings()
Get settings for administrator user account to be created on a node.UserAccountSettings.withAdminUserName
(String adminUserName) Set name of the administrator user account which can be used to SSH to nodes.UserAccountSettings.withAdminUserPassword
(String adminUserPassword) Set password of the administrator user account.UserAccountSettings.withAdminUserSshPublicKey
(String adminUserSshPublicKey) Set sSH public key of the administrator user account.Methods in com.microsoft.azure.management.batchai with parameters of type UserAccountSettingsModifier and TypeMethodDescriptionClusterCreateParameters.withUserAccountSettings
(UserAccountSettings userAccountSettings) Set settings for an administrator user account that will be created on each compute node in the cluster.SshConfiguration.withUserAccountSettings
(UserAccountSettings userAccountSettings) Set settings for administrator user account to be created on a node.