UserAccountCredentials Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.UserAccountCredentialsTypeConverter))]
public class UserAccountCredentials : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IUserAccountCredentials
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.UserAccountCredentialsTypeConverter))>]
type UserAccountCredentials = class
interface IUserAccountCredentials
interface IJsonSerializable
Public Class UserAccountCredentials
Implements IUserAccountCredentials
- Inheritance
-
UserAccountCredentials
- Attributes
- Implements
Constructors
UserAccountCredentials() |
Creates an new UserAccountCredentials instance. |
Properties
AdminUserName |
Name of the administrator user account which can be used to SSH to nodes. |
AdminUserPassword |
Password of the administrator user account. |
AdminUserSshPublicKey |
SSH public key of the administrator user account. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UserAccountCredentials. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UserAccountCredentials. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IUserAccountCredentials. |
FromJsonString(String) |
Creates a new instance of UserAccountCredentials, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UserAccountCredentials into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |