Uses of Class
com.microsoft.azure.management.batch.LinuxUserConfiguration
-
-
Uses of LinuxUserConfiguration in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return LinuxUserConfiguration Modifier and Type Method Description LinuxUserConfigurationUserAccount. linuxUserConfiguration()Get the linuxUserConfiguration value.LinuxUserConfigurationLinuxUserConfiguration. withGid(Integer gid)Set the gid value.LinuxUserConfigurationLinuxUserConfiguration. withSshPrivateKey(String sshPrivateKey)Set the sshPrivateKey value.LinuxUserConfigurationLinuxUserConfiguration. withUid(Integer uid)Set the uid value.Methods in com.microsoft.azure.management.batch with parameters of type LinuxUserConfiguration Modifier and Type Method Description UserAccountUserAccount. withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration)Set the linuxUserConfiguration value.
-