### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.LinuxUserConfiguration"
fullName: "com.microsoft.azure.management.batch.LinuxUserConfiguration"
name: "LinuxUserConfiguration"
nameWithType: "LinuxUserConfiguration"
summary: "Properties used to create a user account on a Linux node."
inheritances:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **LinuxUserConfiguration**"
constructors:
- uid: "com.microsoft.azure.management.batch.LinuxUserConfiguration.LinuxUserConfiguration()"
fullName: "com.microsoft.azure.management.batch.LinuxUserConfiguration.LinuxUserConfiguration()"
name: "LinuxUserConfiguration()"
nameWithType: "LinuxUserConfiguration.LinuxUserConfiguration()"
syntax: "public LinuxUserConfiguration()"
methods:
- uid: "com.microsoft.azure.management.batch.LinuxUserConfiguration.gid()"
fullName: "com.microsoft.azure.management.batch.LinuxUserConfiguration.gid()"
name: "gid()"
nameWithType: "LinuxUserConfiguration.gid()"
summary: "Get the uid and gid properties must be specified together or not at all."
syntax: "public Integer gid()"
desc: "Get the uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid."
returns:
description: "the gid value"
type: ""
- uid: "com.microsoft.azure.management.batch.LinuxUserConfiguration.sshPrivateKey()"
fullName: "com.microsoft.azure.management.batch.LinuxUserConfiguration.sshPrivateKey()"
name: "sshPrivateKey()"
nameWithType: "LinuxUserConfiguration.sshPrivateKey()"
summary: "Get the private key must not be password protected."
syntax: "public String sshPrivateKey()"
desc: "Get the private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done)."
returns:
description: "the sshPrivateKey value"
type: ""
- uid: "com.microsoft.azure.management.batch.LinuxUserConfiguration.uid()"
fullName: "com.microsoft.azure.management.batch.LinuxUserConfiguration.uid()"
name: "uid()"
nameWithType: "LinuxUserConfiguration.uid()"
summary: "Get the uid and gid properties must be specified together or not at all."
syntax: "public Integer uid()"
desc: "Get the uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid."
returns:
description: "the uid value"
type: ""
- uid: "com.microsoft.azure.management.batch.LinuxUserConfiguration.withGid(java.lang.Integer)"
fullName: "com.microsoft.azure.management.batch.LinuxUserConfiguration.withGid(Integer gid)"
name: "withGid(Integer gid)"
nameWithType: "LinuxUserConfiguration.withGid(Integer gid)"
summary: "Set the uid and gid properties must be specified together or not at all."
parameters:
- description: "the gid value to set"
name: "gid"
type: ""
syntax: "public LinuxUserConfiguration withGid(Integer gid)"
desc: "Set the uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid."
returns:
description: "the LinuxUserConfiguration object itself."
type: ""
- uid: "com.microsoft.azure.management.batch.LinuxUserConfiguration.withSshPrivateKey(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.LinuxUserConfiguration.withSshPrivateKey(String sshPrivateKey)"
name: "withSshPrivateKey(String sshPrivateKey)"
nameWithType: "LinuxUserConfiguration.withSshPrivateKey(String sshPrivateKey)"
summary: "Set the private key must not be password protected."
parameters:
- description: "the sshPrivateKey value to set"
name: "sshPrivateKey"
type: ""
syntax: "public LinuxUserConfiguration withSshPrivateKey(String sshPrivateKey)"
desc: "Set the private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done)."
returns:
description: "the LinuxUserConfiguration object itself."
type: ""
- uid: "com.microsoft.azure.management.batch.LinuxUserConfiguration.withUid(java.lang.Integer)"
fullName: "com.microsoft.azure.management.batch.LinuxUserConfiguration.withUid(Integer uid)"
name: "withUid(Integer uid)"
nameWithType: "LinuxUserConfiguration.withUid(Integer uid)"
summary: "Set the uid and gid properties must be specified together or not at all."
parameters:
- description: "the uid value to set"
name: "uid"
type: ""
syntax: "public LinuxUserConfiguration withUid(Integer uid)"
desc: "Set the uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid."
returns:
description: "the LinuxUserConfiguration object itself."
type: ""
type: "class"
desc: "Properties used to create a user account on a Linux node."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4