IUserAccountCredentials Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UserAccountCredentialsTypeConverter))]
public interface IUserAccountCredentials : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UserAccountCredentialsTypeConverter))>]
type IUserAccountCredentials = interface
interface IJsonSerializable
Public Interface IUserAccountCredentials
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |