| Modifier and Type | Method and Description |
|---|---|
LinuxUserConfiguration |
UserAccount.linuxUserConfiguration()
Get this property is ignored if specified on a Windows pool.
|
LinuxUserConfiguration |
LinuxUserConfiguration.withGid(Integer gid)
Set the uid and gid properties must be specified together or not at all.
|
LinuxUserConfiguration |
LinuxUserConfiguration.withSshPrivateKey(String sshPrivateKey)
Set the private key must not be password protected.
|
LinuxUserConfiguration |
LinuxUserConfiguration.withUid(Integer uid)
Set the uid and gid properties must be specified together or not at all.
|
| Modifier and Type | Method and Description |
|---|---|
UserAccount |
UserAccount.withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration)
Set this property is ignored if specified on a Windows pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/