Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
UserAccountSettings |
SshConfiguration.userAccountSettings()
Get settings for administrator user account to be created on a node.
|
UserAccountSettings |
ClusterCreateParameters.userAccountSettings()
Get settings for an administrator user account that will be created on each compute node in the cluster.
|
UserAccountSettings |
UserAccountSettings.withAdminUserName(String adminUserName)
Set name of the administrator user account which can be used to SSH to nodes.
|
UserAccountSettings |
UserAccountSettings.withAdminUserPassword(String adminUserPassword)
Set password of the administrator user account.
|
UserAccountSettings |
UserAccountSettings.withAdminUserSshPublicKey(String adminUserSshPublicKey)
Set sSH public key of the administrator user account.
|
Modifier and Type | Method and Description |
---|---|
SshConfiguration |
SshConfiguration.withUserAccountSettings(UserAccountSettings userAccountSettings)
Set settings for administrator user account to be created on a node.
|
ClusterCreateParameters |
ClusterCreateParameters.withUserAccountSettings(UserAccountSettings userAccountSettings)
Set settings for an administrator user account that will be created on each compute node in the cluster.
|
Copyright © 2019. All rights reserved.