Uses of Class
com.azure.resourcemanager.batch.models.LinuxUserConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of LinuxUserConfiguration in com.azure.resourcemanager.batch.models
Modifier 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.Modifier and TypeMethodDescriptionUserAccount.withLinuxUserConfiguration
(LinuxUserConfiguration linuxUserConfiguration) Set the linuxUserConfiguration property: Properties used to create a user account on a Linux node.