Package | Description |
---|---|
com.microsoft.azure.management.batch |
This package contains the classes for BatchManagementClient.
|
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 © 2019. All rights reserved.