Uses of Class
com.microsoft.azure.management.batchai.UserAccountSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of UserAccountSettings in com.microsoft.azure.management.batchai
Modifier 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.Modifier 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.