Class UserAccountSettings

java.lang.Object
com.microsoft.azure.management.batchai.UserAccountSettings

public class UserAccountSettings extends Object
Settings for user account that gets created on each on the nodes of a cluster.
  • Constructor Details

    • UserAccountSettings

      public UserAccountSettings()
  • Method Details

    • adminUserName

      public String adminUserName()
      Get name of the administrator user account which can be used to SSH to nodes.
      Returns:
      the adminUserName value
    • withAdminUserName

      public UserAccountSettings withAdminUserName(String adminUserName)
      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

      public String adminUserSshPublicKey()
      Get sSH public key of the administrator user account.
      Returns:
      the adminUserSshPublicKey value
    • withAdminUserSshPublicKey

      public UserAccountSettings withAdminUserSshPublicKey(String adminUserSshPublicKey)
      Set sSH public key of the administrator user account.
      Parameters:
      adminUserSshPublicKey - the adminUserSshPublicKey value to set
      Returns:
      the UserAccountSettings object itself.
    • adminUserPassword

      public String adminUserPassword()
      Get password of the administrator user account.
      Returns:
      the adminUserPassword value
    • withAdminUserPassword

      public UserAccountSettings withAdminUserPassword(String adminUserPassword)
      Set password of the administrator user account.
      Parameters:
      adminUserPassword - the adminUserPassword value to set
      Returns:
      the UserAccountSettings object itself.