Compartilhar via


IUserAccountCredentials Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.UserAccountCredentialsTypeConverter))]
public interface IUserAccountCredentials : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.UserAccountCredentialsTypeConverter))>]
type IUserAccountCredentials = interface
    interface IJsonSerializable
Public Interface IUserAccountCredentials
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to