Class UserAccountSettings
java.lang.Object
com.microsoft.azure.management.batchai.UserAccountSettings
Settings for user account that gets created on each on the nodes of a
cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet name of the administrator user account which can be used to SSH to nodes.Get password of the administrator user account.Get sSH public key of the administrator user account.withAdminUserName
(String adminUserName) Set name of the administrator user account which can be used to SSH to nodes.withAdminUserPassword
(String adminUserPassword) Set password of the administrator user account.withAdminUserSshPublicKey
(String adminUserSshPublicKey) Set sSH public key of the administrator user account.
-
Constructor Details
-
UserAccountSettings
public UserAccountSettings()
-
-
Method Details
-
adminUserName
Get name of the administrator user account which can be used to SSH to nodes.- Returns:
- the adminUserName value
-
withAdminUserName
Set name of the administrator user account which can be used to SSH to nodes.- Parameters:
adminUserName
- the adminUserName value to set- Returns:
- the UserAccountSettings object itself.
-
adminUserSshPublicKey
Get sSH public key of the administrator user account.- Returns:
- the adminUserSshPublicKey value
-
withAdminUserSshPublicKey
Set sSH public key of the administrator user account.- Parameters:
adminUserSshPublicKey
- the adminUserSshPublicKey value to set- Returns:
- the UserAccountSettings object itself.
-
adminUserPassword
Get password of the administrator user account.- Returns:
- the adminUserPassword value
-
withAdminUserPassword
Set password of the administrator user account.- Parameters:
adminUserPassword
- the adminUserPassword value to set- Returns:
- the UserAccountSettings object itself.
-