Share via


SshConfiguration.UserAccountSettings Property

Definition

Gets or sets user account settings.

[Newtonsoft.Json.JsonProperty(PropertyName="userAccountSettings")]
public Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings UserAccountSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userAccountSettings")>]
member this.UserAccountSettings : Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings with get, set
Public Property UserAccountSettings As UserAccountSettings

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Settings for administrator user account to be created on a node. The account can be used to establish SSH connection to the node.

Applies to