Share via


UserAccount.LinuxUserConfiguration Property

Definition

Gets or sets additional properties used to create a user account on a Linux node.

public Microsoft.Azure.Batch.LinuxUserConfiguration LinuxUserConfiguration { get; set; }
member this.LinuxUserConfiguration : Microsoft.Azure.Batch.LinuxUserConfiguration with get, set
Public Property LinuxUserConfiguration As LinuxUserConfiguration

Property Value

Remarks

This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options.

Applies to