ArmMachineLearningModelFactory.MachineLearningUserAccountCredentials Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Settings for user account that gets created on each on the nodes of a compute.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningUserAccountCredentials MachineLearningUserAccountCredentials(string adminUserName = default, string adminUserSshPublicKey = default, string adminUserPassword = default);
static member MachineLearningUserAccountCredentials : string * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningUserAccountCredentials
Public Shared Function MachineLearningUserAccountCredentials (Optional adminUserName As String = Nothing, Optional adminUserSshPublicKey As String = Nothing, Optional adminUserPassword As String = Nothing) As MachineLearningUserAccountCredentials
Parameters
- adminUserName
- String
Name of the administrator user account which can be used to SSH to nodes.
- adminUserSshPublicKey
- String
SSH public key of the administrator user account.
- adminUserPassword
- String
Password of the administrator user account.
Returns
A new MachineLearningUserAccountCredentials instance for mocking.