| Modifier and Type | Method and Description |
|---|---|
LinuxUserConfiguration |
UserAccount.linuxUserConfiguration()
Get the linuxUserConfiguration value.
|
LinuxUserConfiguration |
LinuxUserConfiguration.withGid(Integer gid)
Set the gid value.
|
LinuxUserConfiguration |
LinuxUserConfiguration.withSshPrivateKey(String sshPrivateKey)
Set the sshPrivateKey value.
|
LinuxUserConfiguration |
LinuxUserConfiguration.withUid(Integer uid)
Set the uid value.
|
| Modifier and Type | Method and Description |
|---|---|
UserAccount |
UserAccount.withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration)
Set the linuxUserConfiguration value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/