Uses of Class
com.azure.compute.batch.models.LinuxUserConfiguration
Packages that use LinuxUserConfiguration
-
Uses of LinuxUserConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return LinuxUserConfigurationModifier and TypeMethodDescriptionstatic LinuxUserConfiguration
LinuxUserConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of LinuxUserConfiguration from the JsonReader.UserAccount.getLinuxUserConfiguration()
Get the linuxUserConfiguration property: The Linux-specific user configuration for the user Account.Set the gid property: The group ID for the user Account.LinuxUserConfiguration.setSshPrivateKey
(String sshPrivateKey) Set the sshPrivateKey property: The SSH private key for the user Account.Set the uid property: The user ID of the user Account.Methods in com.azure.compute.batch.models with parameters of type LinuxUserConfigurationModifier and TypeMethodDescriptionUserAccount.setLinuxUserConfiguration
(LinuxUserConfiguration linuxUserConfiguration) Set the linuxUserConfiguration property: The Linux-specific user configuration for the user Account.