Uses of Class
com.azure.resourcemanager.batch.models.LinuxUserConfiguration
Packages that use LinuxUserConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of LinuxUserConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return LinuxUserConfigurationModifier and TypeMethodDescriptionUserAccount.linuxUserConfiguration()Get the linuxUserConfiguration property: Properties used to create a user account on a Linux node.Set the gid property: The group ID for the user account.LinuxUserConfiguration.withSshPrivateKey(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.resourcemanager.batch.models with parameters of type LinuxUserConfigurationModifier and TypeMethodDescriptionUserAccount.withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration) Set the linuxUserConfiguration property: Properties used to create a user account on a Linux node.